Hi,
I migrated my code from google login to firebase authentication,
I followed following steps to whitelist the current OAuth2.0 client id for google authentication.
First, find your existing project's OAuth 2.0 client ID. To do this:
Go to the Credentials page of the Google console.
Go to the Firebase console and select your project.
but still, I am getting developer error for google login
Any solution for this.?
@rahuldevanavar91 you have not posted enough information here to debug. When you see developer error that almost always means you have entered the wrong SHA1/packageName combination in the console or used the wrong web client ID in your app (or both).
@samtstern Which addition information I have to provide.
I tried to add my SHA1 to firebase console , I am getting following error
An OAuth2 client already exists for this package name and SHA-1 in another project.
You can omit the SHA-1 for now and read more about this situation and how to resolve i
@rahuldevanavar91 that means you have another Google/Firebase project where you have already registered this app. You'll need to use that project.
Closing this issue as it's now clear it's a configuration issue and not a code issue with this repository. Please contact Firebase support if you need help locating that project.
@samtstern I have existing Google project,impoterd to firebase as mentioned here if not using the invite can whitelist the existing google project use that in firebase.