Matt Logan
Matt Logan

Reputation: 5926

Can't add SHA1 fingerprint to Firebase Console

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?

Adding SHA1 from debug keystore to Firebase Console

Upvotes: 3

Views: 4742

Answers (3)

Marte
Marte

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

Shreshta Rupa Dasa
Shreshta Rupa Dasa

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

Kartik Patel
Kartik Patel

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

Related Questions