Javascript 如何将自定义消息添加到Firebase Google auth弹出窗口?

Javascript 如何将自定义消息添加到Firebase Google auth弹出窗口?,javascript,reactjs,firebase,firebase-authentication,google-signin,Javascript,Reactjs,Firebase,Firebase Authentication,Google Signin,如何将自定义消息添加到Firebase Google auth弹出窗口?对于stackoverflow,有“使用此应用程序之前,您可以查看stackauth.com的隐私政策和服务条款。”消息 现在我有一些类似于: const googleProvider = new app.auth.GoogleAuthProvider(); firebase.auth.signInWithPopup(googleProvider)); 谢谢 您应该能够从Google云控制台中的OAuth同意屏幕页面自

如何将自定义消息添加到Firebase Google auth弹出窗口?对于stackoverflow,有“使用此应用程序之前,您可以查看stackauth.com的隐私政策和服务条款。”消息

现在我有一些类似于:

const googleProvider = new app.auth.GoogleAuthProvider();

firebase.auth.signInWithPopup(googleProvider));

谢谢

您应该能够从Google云控制台中的OAuth同意屏幕页面自定义这些属性。此链接将带您进入一个屏幕,您可以在其中选择适当的项目:


这就是我要找的!非常感谢。