The current domain is not authorized for OAuth operations.
777 views
Skip to first unread message
Herbie Vine
unread,
Mar 26, 2020, 9:35:37 AM3/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Hi,
I'm new to Firebase and am trying to make an authentication web app.
For some reason, my domain (localhost & deployed site) apparently isn't authorized to authenticate users. However, when I go to Authentication > Sign-in methods > Authorized Domains, I see this:
localhost
Default
password-manager-fbce3.firebaseapp.com
Default
password-manager-fbce3.web.app
Default
When I create a user using Google Auth popup window, I get two errors in the console:
Info:The current domain isnot authorized forOAuth operations.This will prevent signInWithPopup, signInWithRedirect, linkWithPopup and linkWithRedirect from working.Add your domain (password-manager-fbce3.firebaseapp.com) to the OAuth redirect domains list in the Firebase console ->Auth section ->Signin method tab.
And after ~20s:
I {code:"auth/popup-closed-by-user",message:"The popup has been closed by the user before finalizing the operation.",a:null}
code:"auth/popup-closed-by-user"
message:"The popup has been closed by the user before finalizing the operation."
a:null
__proto__:Error
So why isn't it working... I thought maybe it was the config settings but that seems to be all fine...