Can we get custom events such as say Button 1 was pressed using Firebase Analytics in a Xamarin Forms Project ?
I followed this guideline with success. I have one minor useful comment though: In the file GoogleService-Info.plist, I had to set IS_ANALYTICS_ENABLED to true. Otherwise, I got en exception when calling Firebase.Core.App.Configure();
GoogleService-Info.plist
IS_ANALYTICS_ENABLED
Firebase.Core.App.Configure();