I connected my app to Firebase and decided later I wanted to undo it all. So I removed firebase references from my Gradle files, ran this instead:
configurations {
all*.exclude group: 'com.google.firebase', module: 'firebase-core'
all*.exclude group: 'com.google.firebase', module: 'firebase-iid'
}
went to the Firebase console, and used the DELETE THIS APP function. I also deleted the project from the Firebase console.
However now I received an email saying that my app is being removed from the developer console itself as a result of this action? Did I overdo it somewhere?
All I want to do is remove Firebase from my app completely. I don't want to delete anything else past that.
You just needed to remove the dependencies and clear the application cache on the device
You overdid it by even touching the Firebase developer console