Android Question Firebase Analytics - Your analytics data will appear soon

jmon

Well-Known Member
Licensed User
Longtime User
Hello,

In my previous apps, I was using Google Analytics to track events and see realtime views. It now seems that it's not possible for new apps to get a Tracking ID in Google Analytics. The only thing I can do is to create a project in Firebase and link it to Google Analytics.

So for this new app (YouTrump), I have created my firebase project, and followed these tutorials:
https://www.b4x.com/android/forum/threads/firebaseanalytics-analytics-crash-reports.67708/
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content

-> I've added the snippets:
Always required when using Google Play Services or Firebase:
Always required when using Firebase:
Analytics and crash reports:
Ads (AdMob)

-> Also correctly downloaded the latest JSON file from Google, and copied it to the root of my project, where my .b4A file is.

I also included Admob, which works fine. Admob is linked to firebase and displays ads correctly.

The problem comes from Firebase Analytics. I have the project created for 4 days already, but no analytics get logged..
Capture.PNG


I tried enabling DEBUG VIEW, following this tutorial:
https://support.google.com/firebase/answer/7201382?hl=en&utm_id=ad

but again, I don't get anything...

I am quite certain I followed the tutorials correctly, and reviewed all the steps one by one for the past 4 days. Any idea what could go wrong? Do I need to add the snippets for Auth and Notifications?

Thanks for your help.
 
Last edited:

walterf25

Expert
Licensed User
Longtime User
No.

If you are using USB debug mode then you can enable verbose mode: https://firebase.google.com/docs/an...s#view_events_in_the_android_studio_debug_log
It might provide more information.
I am noticing the same thing, before i used to be able to create a project integrate the sdk and i would start seeing the crash reports right away, now i can only see the number of active users per app but i can't see the crash reports, did anything change, does the library need to be updated?

Walter
 
Upvote 0
Top