I am migrating my project from Digits to Firebase. In this process, I need to create an app in Firebase and add SHA-1 of the release build. When I trying to add SHA-1, it gives the following error:
An error occurred when attempting to modify an Android certificate fingerprint. Please try again later.
Found the following two similar question here. Both say that there should be an already existing app on Google API project of Firebase with the same SHA-1. I don't have any other app with the same SHA-1.
Adding sha1 key fails with error
Can android certificate fingerprint sha1 use in firebase and Google Place API?
Need help to resolve this issue.