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?