在 firebase 登录中使用 Google Provider 时,应用程序未经过验证

CEN*_*EDE 5 firebase firebase-authentication google-signin

firebase.auth.signInWithPopup()这个文档中使用了。但是,我在弹出窗口中收到此警告,表示我的应用程序尚未经过验证。见下图。

我不知道从哪里开始,因为据我所知,我在 firebase auth 文档中找不到任何有关此内容的信息。有什么建议吗?

在此输入图像描述

boj*_*eil 2

Google 现在要求在请求某些敏感数据时验证应用程序: https://developers.googleblog.com/2017/07/new-security-protections-to-reduce-risk.html

Firebase 也不例外。为什么会这样呢?任何攻击者都可以创建一个启用了 Google 提供商的 Firebase 帐户,并尝试用它来钓鱼 Google 用户。