79718435

Date: 2025-07-29 10:14:58
Score: 1
Natty:
Report link

Hy Devs.

I am using this approach to disabled or enabled Firebase Analytics for Android Application. Official docs ->https://firebase.google.com/docs/analytics/configure-data-collection?platform=android

just add this code in AndroidManifest.xml file in Application tag.

 <meta-data
            android:name="firebase_analytics_collection_enabled"
            android:value="false" />
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Aakash