I realize this is partly my fault, but my app's package name and Firebase app's package name have never matched and it hasn't been an issue. This morning I tried to upload a new APK and I am getting a big red error message:
There's been an error processing your upload. The APK package name <Android app package name> does not match your Firebase app's package name <Firebase package name>. Change the APK package name to <firebase package name> and retry the upload. If a Firebase app already exists for <Android app package name>, upload your APK to that Firebase app instead.
Did something change on the Firebase App Distribution side that now prohibits this?
If so, just to confirm, if I create a new Firebase app with the matching package name and then update the google-services.json, will that break my existing users' apps access to Firebase in any way that still have the old package name? Thank you.