[firebase_analytics] Ignore testlab devices #5630
Unanswered
ciriousjoker
asked this question in
Feature request
Replies: 2 comments
-
How is the progress of this? It would be great to have it. My implementation doesn't work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Anyone has a way to resolve this? @Ehesp @kirstywilliams @Salakar @helenaford |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When distributing an app to the play store, Google automatically tests the app. This generates fake analytics.
Describe the solution you'd like
Please ignore testlab devices when sending analytics data.
Additional context
Here's how this could be implemented. Check for the value of the system setting "firebase.test.lab".
More details:
https://stackoverflow.com/questions/39404078/how-to-prevent-play-store-testing-from-affecting-firebase-analytics
Beta Was this translation helpful? Give feedback.
All reactions