0
votes

I am using Firebase to develop an Android app for API > 21. The Google Analytics website works correctly, data is coming in and DebugView registers events on my development device. The Firebase Console website also aggregates the analytics data correctly. However, the Google Analytics mobile app for Android shows a "No Views Found." splash screen. I would like to view the analytics data natively from the mobile app, rather than using a browser to interface the Google Analytics website. It's also a concern that I have somehow botched the setup when the Google Analytics mobile app does not load correctly. Any thoughts?

'com.google.firebase:firebase-core:10.2.1' // app level dependency
FirebaseAnalytics analytics = FirebaseAnalytics.getInstance(this); // get reference to analytics framework
analytics.logEvent(FirebaseAnalytics.Event.LOGIN, bundle); // send test event
1
use adb shell setprop log.tag.FA VERBOSE to find if its logging event in console correctly firebase.google.com/docs/analytics/events?platform=android - Amod Gokhale
The logs are correct. The reason is described in the accepted answer ... the Google Analytics app does not currently support Firebase. - apsommer

1 Answers

4
votes

The Google Analytics mobile app does not currently support Firebase and App+Web properties. Reference