Firebase Analytics working with Network Preview... But not online

Hello everyone,

I’m trying to understand how to use Firebase Analytics.

I’ve set up everything and if I launch a Network Preview and use the Debugview, everything works fine, I’ve got the log events.

But if I try with a build online, I’ve got nothing.

Why does it work in local but not online? What am I missing?

The debugview will only work on previews, since it’s meant for debugging your analytics in development, not for viewing all events in real time.

1 Like

Mmh that’s why it’s called “debugview”… :sweat_smile:

Ok I get it, thanks!