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" />