Debug School

rakesh kumar
rakesh kumar

Posted on

Flutter:SHA1 fingerprint already used by another OAuth2 client

ha1-fingerprint-already-used-by-another-oauth2-client

Problems
Some time ago I created a project in Google Developers Console with Oauth2 client id for android app with package name and SHA1 fingerprint. Somehow the project got created without project id, which prevented me from deploying it to App Engine. I deleted the project, recreated it and now trying to add a new client id with the same package name and SHA1 fingerprint. A month after deleting the original project I'm getting "The signing fingerprint you specified is already used by another Android OAuth2 client". Is there a way to reuse package name and SHA1 fingerprint with the new project?

Image description

Image description

here I already use Android client for (auto created by Google Service) for pakagee com.example.holidaylandmark in project holidayapp

com.example.holidaylandmark
Enter fullscreen mode Exit fullscreen mode

Image description

*NOW, i want to generate *

Android client for (auto created by Google Service) for pakagee ` com.example.holidaylandmark in project holiday

Image description

in Image description

Image description

it show error

Image description
Solution

apply plugin: 'com.google.gms.google-services'

`
it connects https://console.firebase.google.com/ to

https://console.cloud.google.com/
`

This doesn't sound like a SO resolvable issue.

It seems like your SHA1 fingerprint is still associated with a deleted project (which is probably in limbo). Google Support is the only one who can help you.

Delete **
Android client for (auto created by Google Service) for pakagee ` **com.example.holidaylandmark
in project holidayapp

Image description

now follow the Proedure

https://www.debug.school/rakeshdevcotocus_468/flutter-firebase-mobile-phone-verification-firebase-auth-l6h

after download
Image description

OUTPUT

Image description

Top comments (0)