Reputation: 2191
I want to stop all Firebase Cloud Messaging functionality from my app completely. How can I do it? Does removing the Firebase project prevent the app from using all the Firebase Messaging related functionality? I tried disabling the Firebase Cloud Messaging API from Google's API console but it reenables itself automatically next I sent push notification using Firebase Cloud Messaging.
I just want to disable all Firebase Cloud Messaging related functionality from all versions of my app without creating another APK.
Upvotes: 0
Views: 600
Reputation: 1974
if you want to stop all the servcices of firebse in your running app there are 2 ways to stop them ;-
1) remove all the SHA from firebase console. 2) Delete your firebase project from firebase console.
Upvotes: 2