I've already deployed an app using Firebase and Flutter on App Store and Google Play. I am currently working on a big update, so I create a new firebase project to have a new configuration with a new firestore database.
The problem is that I can't add SHA1 fingerprint from Google Play in the new firebase project because it's already used by the first project I created which support my current app in production.
I tried to add to the whitelist the client IDs of external projects in Google Provider settings in Firebase Authentication but it solve my problem : I still can't login with google in by new version app.
So I think I have two other possibilities :
- I edit my package name but I am not okay for my new version to appear as a new app and not an update.
- I edit SHA-1 but the current app in production won't work anymore.
I have no clue how to bypass this problem. What can I do ?