kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analytics data

eboye opened this issue · comments

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.