No data is being tracked in my Firebase console or Google Analytics accounts - is there a different way I should be using this plugin? #395
Closed
bradical1379
started this conversation in
General
Replies: 1 comment
-
Please take a look at #369 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using version
5.0.0
of this plugin along withfirebase@9.23.0
.Right now, when I am trying to track screen views in my app, for both iOS and Android, no data is being sent back to my Firebase console or my Google Analytics reports.
I also tried to set some user data to see if that would work, and none of that data is appearing in my reports either.
I created a service for my project to help track the various items in my app:
Within each page of the app, I log the screen name:
Additionally, I attempt to set my user based off a token like such:
In my logs from Xcode, I see events like this:
But again, no data is appearing in my account. Any thoughts on where to look?
Beta Was this translation helpful? Give feedback.
All reactions