Google Sigin using Firebase not working in Internal Test track
Asked Answered
D

3

5

I am using firebase Auth for authentication using google, when installed directly to a emulator or via apk it is working as it should. But after publishing it in internal test track of google play it does not go past the signin screen,

I have done all the basic things like adding both SHA1 and SHA 256 fingerprints.

Please help

Dixie answered 21/3, 2021 at 14:53 Comment(0)
D
7

Ok, I found the answer myself, google play console makes a new set of fingerprints which can be found in Release < Setup < App Intergrity, replace these in your firebase project settings and it now works as it should!

Dixie answered 21/3, 2021 at 15:4 Comment(3)
I did the same but it is still not working, do you have any other step that I can be missing?He
@He you also have to add the SHA keys given under the heading Internal test certificate. You can navigate to the above page via - Setup > Internal app sharing menu option in the left side paneGeorgeanngeorgeanna
I did this as well but still not working. Internal is not working bus Closed is workingInefficacious
A
1

have you tried to enter the Sha-1 (located in Settings > App Health > App Signatures > App Signing Key Certificate)

Along with the others in your project's firebase configuration, then downloaded GoogleServices.json and generated a new internal test version? It worked here for me, I hope it works

Aoristic answered 13/2, 2023 at 16:57 Comment(1)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Chesterton
S
0

Delete your existing sha1 keys from both firebase and Google Cloud Credentials and then just add the upload and signing sha1 keys from google play console. This should generate a new google-services.json. Use this to build the app bundle. This worked for me.

Slovak answered 6/11 at 22:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.