Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google sign in not working after publishing in play store

I went through this, and as far as the process goes I did that.

But I when I installed the app from play store I am not able to sign in using the google sign in button.

I have used Firebase for google sign in. When I am clicking the sign in button the option to choose the account is coming but then it is not signing in or doing anything.

So where possibly am I going wrong?

like image 558
arqam Avatar asked Sep 04 '16 15:09

arqam


People also ask

Why will Google Play not let me sign in?

Update and reboot Open Settings and go to the option called System and find System Update on this list to check the version of Android that you are currently using. Click on this to check for updates and install any updates that are available.

How do you bypass the Google Play store sign?

You have to go to settings >> accounts >> google to find and remove your google accounts.


1 Answers

When you upload an apk to the play store then play store creates a new SHA1 key called "App signing certificate". You get that SHA1 and save in your console or firebase account (as you need).

New SHA1 will be found at Released Management->App Sigining on your play console.

[enter image description here]

like image 97
Prinkal Kumar Avatar answered Sep 18 '22 17:09

Prinkal Kumar