0

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
2
  • 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 Commented Feb 24, 2020 at 5:41
  • The logs are correct. The reason is described in the accepted answer ... the Google Analytics app does not currently support Firebase. Commented Feb 26, 2020 at 0:06

1 Answer 1

4

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

Sign up to request clarification or add additional context in comments.

1 Comment

This limitation has been addressed now. Release notes

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.