【发布时间】:2016-09-26 09:37:51
【问题描述】:
我正在使用新的 firebase(网络)检查 Google Auth,当我尝试通过单击按钮弹出 Google Auth 时收到此“身份验证已禁用”消息。
我已经明确启用了 Google 从 Auth 登录,并按照 https://www.firebase.com/docs/web/guide/login/google.html 的配置示例。
我已经根据文档生成了客户端 ID 和密码。
这是我在 Google 控制台中配置的网址 https://auth.firebase.com https://auth.firebase.com/v2/exampleXXX-XXX-loss/auth/google/callback
我已将客户端 ID 和密码粘贴到 Google 登录的 Web SDK 配置中
我错过了什么?
【问题讨论】:
-
您提供的文档链接是 V2 firebase 文档。如果您打算使用新的 SDK,请查看新的 sdk 文档:firebase.google.com/docs/auth/#key_functions
标签: firebase firebase-authentication