Open ningacoding opened 2 months ago
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
what does it means: Error: DEVELOPER_ERROR ?
i followed steps in the guide, when i call this
it returns Error: DEVELOPER_ERROR