I have followed the Firebase Analytics start guide to import my google-analytics project into Firebase. Everything went fine except that I cannot see any new data (custom events and new users) while I'm doing my tests.
There is no real-time functionality so at least I'm expected to see my custom events published in the dashboard as soon as they are emitted by the app.
Here an example of what I'm trying to achieve:
mFirebaseAnalytics.logEvent("test_event", null);
From the logcat I can see:
Logging event (FE): test_event
but the analytics dashboard remains empty. Any idea?
The events don't turn up right away - it requires the same processing as for any data to appear in the dashboard. This should be within 24 hours, and may be as fast as a few hours, depending on when the processing jobs run.
Its also worth noting the default view in the console does is the 30 days to yesterday. Select the drop down on the top right and select Today to see the most recent events
As Ian Barber mentioned the default view excludes today but you can change the date picker to today. It usually takes few hours for the events to appear in the Firebase Analytics reports (like 3-4 hours). BigQuery export happens once a day.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With