firebaseAnalytics = FirebaseAnalytics.getInstance(this)
val bundle = Bundle()
bundle.putString("permission", " granted")
firebaseAnalytics.logEvent("screen_one", bundle)
This is how I log an event through FirebaseAnalytics
, although I can see them in Android studio logs
: Logging event: origin=app,name=screen_one,params=Bundle[{permission= granted, firebase_event_origin(_o)=app, firebase_screen_class(_sc)=
In the Firebase console I navigate to Project Overview -> Events
but I can not see the logs.
It will take 24 hours to display the log in Firebase Analytics. See This