1

I am using firebase analytics for my android application. I want to remove myself and my teams from the firebase analytics for better analysis of user data. How can I do it ?

Mixpanel has a simple optout page in web for similar use case . you can look at that page here

Jani
  • 77
  • 2
  • 14

2 Answers2

0

setAnalyticsCollectionEnabled will let you conditionally turn Analytics data collection on/off.

Disabling Analytics collection on a per-app basis is addressed in the Firebase docs here.

Jeff
  • 2,425
  • 1
  • 18
  • 43
0

I got a response from the Firebase Support team . It is not possible to remove the analytics data generated by your teammates during development or during testing phase. They advise to create separate projects for testing and production

Hi Jani,

I hope you're doing well and thank you for reaching out to us. If you meant like removing the analytics data generated by your teammates during development or testing phase, then it is not possible. In this case, we usually advise our developers to create separate projects, one for test or development phase and for production.

To disable the analytics collection in your app, please check out this documentation.

If you have any other questions or clarifications, just let me know. Thank you.

Regards,

Jani
  • 77
  • 2
  • 14