I'm moving my Android app from an old Firebase account to a new one. I've deleted the app from the old Firebase project and am trying to register it in the new Firebase account, but I keep encountering this error:
An app with this package name already exists in your project. You can register additional SHA1s for the app in Settings."
To clarify, this is a completely new Firebase account with no apps added yet. When I try to create the app using the existing package name, Firebase won’t allow it. I’ve confirmed that the app is deleted from the old project, and using a different package name does work—but I need to keep the original package name.
Is there something else I need to check or do to fully free up this package name so I can register it on the new Firebase project?
Additional context: I'm developing the app in Android Studio and using Gradle for build configuration.
Any help or insights would be greatly appreciated.
Update: I was able to resolve this issue.
For anyone facing a similar problem: after permanently deleting the app from the old Firebase account, you may need to wait several hours or up to a day for the deletion to fully take effect.
Thanks to everyone who helped.
