Is there a simple way to move my app from one Apple developer account to another?
I'm running into the issue where the Firebase package name must be the same for the database (which is already live and in use), however, in the developer provision, you can't use bundle ID name that has already been used.
If you create a new bundle ID it won't match your firebase account, then you get the firebase error: The package names present in Firebase Android config must include your app's package name (com.appname.appnamet).
Anyone done this?