We wanted to try out the new analytics capabilities provided by firebase, and followed all the steps in the getting started guide.
We \'ve run the app, logged a lot
From the moment an event is logged it might take up to an hour for the event to be uploaded to Firebase Analytics server. First open is normally uploaded within 15 seconds after the app starts but the exact time depends on many factors. You can enable debug logging to verify the events are logged and uploaded.
On Android:
adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC
On iOS:
Once the data is uploaded it takes about 3 hours for it to appear in the dashboard.
The export to BugQuery runs once a day so you need 24 hours to see the data after the events were uploaded.