Reputation: 2046
Error message when attempting to sign in via google as a would-be end user in my website:
This domain (maxloh.com) is not authorized to run this operation. Add it to the OAuth redirect domains list in the Firebase console -> Auth section -> Sign in method tab.
A pre-existing tells me to go into Authorized Domains. Yet there is no such section: https://i.sstatic.net/Ke4v5.jpg
Upvotes: 1
Views: 1600
Reputation: 222
just go to firebase Auth then > settings > authorized domains > add your Hosted app link or if you are testing the app on local host just add localhost.
Upvotes: 0
Reputation: 429
It seems there is some change in the layout. You can find the section to add Authorized Domains in Firebase console > Auth section > Settings > Authorized Domains
Upvotes: 3