如何解决flutter中的内部错误以使用firebase_auth

时间:2019-02-18 18:07:51

标签: firebase flutter firebase-authentication

我正在使用稳定版本的flutter和最新版本的firebase_auth,但这一次又一次地给我错误

flutter: PlatformException(ERROR_INTERNAL_ERROR, An internal error has occurred, print and inspect the error details for more information., null)

请帮助我解决这个问题。 预先感谢.....

3 个答案:

答案 0 :(得分:3)

如果在Firebase控制台/身份验证中启用登录方法没有帮助,请确保您的密钥在Google Cloud Platform中不受限制:

  1. 转到https://console.cloud.google.com/
  2. 打开API和服务->“凭据”选项卡 enter image description here
  3. 打开您的Android / iOS / FLutter键
  4. 选择“不要限制密钥”或仔细检查要启用的API。 enter image description here

对于我来说,它有所帮助,希望对您也有帮助。干杯!

答案 1 :(得分:1)

确保在Firebase控制台中启用了所需的方法,例如。匿名登录,电子邮件/密码登录。

答案 2 :(得分:0)

还要仔细检查您的 GoogleService-Info.plist 中的值。使用不正确的 API_KEY 后,我遇到了同样的错误。