"This domain is not authorized" 使用 Firebase 身份验证时
"This domain is not authorized" when using Firebase Authentication
我目前正在学习 this link
上的教程
我收到以下错误。
firebase.js:75 Uncaught Error: This domain is not authorized for OAuth
operations for your Firebase project. Edit the list of authorized
domains from the Firebase console.
我需要先创建一个认证系统吗?
您需要进入 Firebase 面板,激活注册方法(在本例中为 Email/Password),然后将您的域添加到授权域列表中:
https://www.firebase.com/docs/web/guide/user-auth.html#section-configuring
我目前正在学习 this link
上的教程我收到以下错误。
firebase.js:75 Uncaught Error: This domain is not authorized for OAuth operations for your Firebase project. Edit the list of authorized domains from the Firebase console.
我需要先创建一个认证系统吗?
您需要进入 Firebase 面板,激活注册方法(在本例中为 Email/Password),然后将您的域添加到授权域列表中:
https://www.firebase.com/docs/web/guide/user-auth.html#section-configuring