You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this and after they've deprecated Google Analytics in favor of Firebase Analytics I'm seeing data in my Firebase dashboard about user interaction with the app. Also in Google Analytics (web dashboard).
But the data is not correct as it doesn't ID the user.
I see that there is an option to ID the user on crash but how would I ID one in analytics data? Is it even possible?
Also everything is logged as MainActivity and not by the flutter pages. How would I include this info in analytics.
I know I can add Firebase Analytics dependancy, but as this one is already working I don't want to bloat my app.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this and after they've deprecated Google Analytics in favor of Firebase Analytics I'm seeing data in my Firebase dashboard about user interaction with the app. Also in Google Analytics (web dashboard).
But the data is not correct as it doesn't ID the user.
I see that there is an option to ID the user on crash but how would I ID one in analytics data? Is it even possible?
Also everything is logged as MainActivity and not by the flutter pages. How would I include this info in analytics.
I know I can add Firebase Analytics dependancy, but as this one is already working I don't want to bloat my app.
The text was updated successfully, but these errors were encountered: