I am facing an issue in react native google sign in . Google sign in works fine in debug mode but after putting it in release mode it gives me error with error code 10
.
I tried many possible way but none of them did work. I put the SHA-1 Key from both ./android/debug.store and android.jks file from app folder in firebase console. I also put the signing key from the play console to the firebase console. But that didn't work either. I have checked webclientId
is also correct in Google.configure()
method.
What can I do? Are there other ways in which this problem can be solved?