“This domain is not authorized” when using Firebase Authentication

我是研究僧i 提交于 2019-12-08 07:33:11

问题


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



来源:https://stackoverflow.com/questions/37671742/this-domain-is-not-authorized-when-using-firebase-authentication

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