-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
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
Labels
No labels