Feature description
This issue applies to Android only. iOS works just fine.
I get an error, "A non-recoverable sign in failure occurred", after triggering google sign in. I found a similar issue, react-native-google-signin/google-signin#659 (comment), which was solved by adding a support email to the firebase console. I've looked at the docs, but I'm still not sure how to do the same via the firebase emulator.
Steps to Reproduce
With
// App.js
GoogleSignin.configure({
webClientId: CLIENT_ID}",
});
// googleSignInButton.js
const {
idToken,
user: { email },
} = await GoogleSignin.signIn();
Expected Behavior
The google sign on webview should open after triggering GoogleSignin.signIn();
Environment
"react-native": "0.70.8",
"@react-native-google-signin/google-signin": "^9.0.2",
What platform(s) should this be implemented on?
Android