Firebase FIRAuthInternalErrorDomain在尝试使用Google登录时

Firebase FIRAuthInternalErrorDomain在尝试使用Google登录时,firebase,google-authentication,firebase-authentication,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", use

我已经在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."}>
{“message”=>,“errors”=>[{“reason”=>“invalid”,“message”=>,“domain”=>“global”}],“code”=>400}>,“error\u name”=>“error\u INTERNAL\u error”,“NSLocalizedDescription”=>“发生内部错误,请打印并检查错误详细信息以获取详细信息。”}>
我真的不知道你从这里走到哪里,因为消息字段中没有消息。猜猜这可能是什么

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