Hi,
I have implemented a firebase analytics tool in Xamarin. forms application and I am not able to track my custom event activity. Referred some tutorials based on implemented the Interface and firebase classes. Please help me out on how to track custom events.
var analyticsService = DependencyService.Get();
analyticsService.LogEvent("app_open", "content_type", "Login Attempted"); Event name , Paramater name , Value
Thanks,