pete
pete

Reputation: 2046

Firebase "this domain is not authorized to run this operation" error, yet also no "authorized websites" section

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

Answers (2)

Mahendra Bishnoi
Mahendra Bishnoi

Reputation: 222

see this picture here

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

RobLjm
RobLjm

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

Related Questions