0

I'm making a new app and currently only I use it as it is in still in development stage. It looks like Firebase Analytics measures every debug session as a new user because in the dashboard I see this:

enter image description here

I'm the only user so far, and I would like to turn of analytics for development/debug sessions.

How can I do so?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222

1 Answers1

0

Use two Firebase projects instead. This is what Firebase is intended for. One Production Firebase project and one for DEV / BETA / TESTING / TESTFLIGHT Firebase project.

Tip: You can assign a badge "Production" to your Firebase project for better organization of your projects.

michalnovacek
  • 148
  • 10