【发布时间】:2016-09-15 15:45:38
【问题描述】:
我尝试使用以下 web-sdk 示例将我的 google-auth-only 项目从 firebase 2.x 迁移到 3.0: https://github.com/firebase/quickstart-js/blob/master/auth/google-redirect.html
使用 apiKey 设置初始化代码(通过 Google-Developer-Console - 使用服务器选项)和所有其他需要的选项后,我使用“使用 google 登录”按钮。 在此之后,会出现一个重定向屏幕,然后重定向回起始页面并获得 "auth/internal-error"。
有什么建议吗?
【问题讨论】:
标签: javascript firebase firebase-authentication