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