Adding FCM dragged in Firebase Analytics
See original GitHub issueWith the latest release you’ve added Push Notifications – unfortunately deciding to use Google’s non-Free FCM for that (so your app is no longer “free/libre software”).
FCM has an intended trap-door that, if the developer does not explicitly disables it, it drags in Firebase Analytics (Google loves to collect data). Can you please at least remove that again? Apps dealing with sensitive data as the user’s finances should rather not involve 3rd party analytics.
If it would be possible to have a separate build flavor (and corresponding APK at releases/) shipping entirely without those Google libraries, that would be very welcome.
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Understanding message delivery | Firebase Cloud ... - Google
Adding analytics labels to messages. Aggregated delivery data via the FCM Data API. How is the data broken down? How to Interpret the...
Read more >Reroute only Firebase analytics to another account
1 Answer 1 · You can link your account to BigQuery and then use DataStudio to make custom reports which can be used...
Read more >Firebase Cloud Messaging (FCM) vs. OneSignal
Compare Firebase Cloud Messaging and OneSignal and learn how to choose ... Easy and robust drag-and-drop In-App Messaging creation tools.
Read more >Firebase Cloud Messaging - Wikipedia
Firebase Cloud Messaging (FCM), formerly known as Google Cloud Messaging (GCM), is a cross-platform cloud solution for messages and notifications for ...
Read more >Disable Google Analytics introduced by FCM #3041 - GitHub
Since you have introduced Firebase, you might need to explicitly disable Google Analytics: Source: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for heads up, we will have this addressed in the next release.
If we can’t come up with something your suggestion to provide different releases with without push service might be an option. Thanks, stay tuned.
Addед the issue to current sprint
Temporary basic solution was to completely disable Firebase-Analytics from Firebase-Project settings and disabling analytics from android client.
Farther plans are to use Android Dynamics Features and completely isolate all firebase dependencies.
Closing issue for now, Thanks for Heads Up !!!