“This domain is not authorized” when using Firebase Authentication

匿名 (未验证) 提交于 2019-12-03 10:10:24

问题:

I am currently following a tutorial on this link

I get the following error.

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.

Do I need to create a Authentication system first?

回答1:

You need to go on Firebase Panel, activate the signup method (Email/Password in this case) and then add your domain on the list of authorized domains:

https://www.firebase.com/docs/web/guide/user-auth.html#section-configuring



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!