Skip to content

Error: DEVELOPER_ERROR #196

@kuriel-dev

Description

@kuriel-dev

what does it means: Error: DEVELOPER_ERROR ?

i followed steps in the guide, when i call this

const onSignInPressed = async () => {
    try {
      GoogleSignin.configure({});
      const userInfo = await GoogleSignin.signIn();
      console.log(userInfo);
    } catch (error) {
      console.log(error);
    }
  };

it returns Error: DEVELOPER_ERROR

  • Firestore configured
  • google-services.json file inside project and build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions