尝试使用Google登录时FIRAuthInternalErrorDomain

时间:2016-05-26 17:23:37

标签: firebase google-authentication firebase-authentication

我已在我的Firebase应用中设置了Google登录(我使用的是新的Firebase控制台),但每次尝试使用Google时,都会收到以下错误:

#<NSError:0x11f0625a0, description="An internal error has occurred, print and inspect the error details for more information.", code=17999, domain="FIRAuthErrorDomain", userInfo={"NSUnderlyingError"=>#<NSError:0x122278130, description="The operation couldn’t be completed. (FIRAuthInternalErrorDomain error 3.)", code=3, domain="FIRAuthInternalErrorDomain", userInfo={"FIRAuthErrorUserInfoDeserializedResponseKey"=>{"message"=>"", "errors"=>[{"reason"=>"invalid", "message"=>"", "domain"=>"global"}], "code"=>400}}>, "error_name"=>"ERROR_INTERNAL_ERROR", "NSLocalizedDescription"=>"An internal error has occurred, print and inspect the error details for more information."}>

我真的不知道你从哪里开始,因为消息字段中没有消息。对这可能有什么猜测吗?

我最近迁移到新版本的Firebase btw。我正在iOS应用中使用新的SDK。此外,我在迁移前一周设置了Google身份验证。我不确定迁移中是否有任何密钥被覆盖。如何检查我的控制台中是否有正确的密钥与我的GoogleService plist文件相比?

0 个答案:

没有答案
相关问题