Reputation: 5926
I'm able to add a SHA1 fingerprint certificate in the Firebase Console under Project Settings / Android App, but as soon as I refresh the page (or navigate away and navigate back) it's gone. I'm having no problems with SHA256 certificates.
I need SHA1 certificates for passwordless sign in to work. Am I missing something?
Upvotes: 3
Views: 4742
Reputation: 11
Removing the Credential in API Console really works. And Also after that don't forget to run Flutter Clean or you will continue to have the same error.
Upvotes: 0
Reputation: 1
Credential in API console I had the same problem. This link from the previous answers helped me to remove some of my older apps , i was exceeding the quto of 30 client ID's per project Thank you.
Upvotes: 0
Reputation: 21
I had same issue. Just delete unwanted project. I found same SHA1 key in other project after delete them issue was fixed.
Upvotes: 1