FirebaseAnalytics In-App message targetting "First open" (image below) never shows the In-App message with either firebaseAnalytics.logEvent(FirebaseAnalytics.Event.APP_OPEN, Bundle())
or firebaseAnalytics.logEvent(FirebaseAnalytics.Event.APP_OPEN, null)
being called from my application's Application#onCreate().
Other events in my app, like firebaseAnalytics.logEvent("first_contact_added", null)
, display the appropriate In-App message.
Currently using implementation 'com.google.firebase:firebase-analytics:17.4.3'