Skip to content

Getting Error: "A non-recoverable sign in failure occurred" when using firebase emulator #1

@Manu-2717

Description

@Manu-2717

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions