this app is not authorized to use firebase authentication. please verify that the correct package name and SHA-1 are configured in the firebase console
i have try so much things to solve this but nothing went happen
this app is not authorized to use firebase authentication. please verify that the correct package name and SHA-1 are configured in the firebase console
i have try so much things to solve this but nothing went happen
2
Answers
check the same firebase project in google cloud and cross-verify SHA-1 keys in firebase to google cloud, if see any old SHA-1 keys delete them or if your SHA-1 key from Firebase is not in google cloud then add sha-1 from add credential option. if still same error then create a new firebase project and then try again.
First, get the
SHA-1
andSHA-256
keys. Run the following commands in your project root terminal window (from vscode or Android studio) one by onethis will take few minutes then you’ll be popped up with a screen similar to this.
Copy
SHA-1
andSHA-256
keys and paste it in firebase project settings atScroll down to find your android app then click on
Add fingerprint
Happy coding 🙂