I am adding firebase events by using:
val bundle = Bundle()
bundle.putString(FirebaseAnalytics.Param.SEARCH_TERM,"searched term")
firebaseAnalytics.logEvent(FirebaseAnalytics.Event.SEARCH, bundle)
The above event is getting displayed in the DebugView mode but not in the events section of the console. Its been like 2 hours i have generated this event.
Please help.