-
I am using Firebase Auth (firebase 4.1.3) in my Nextjs13 project with Google sign in enabled. While working on localhost everything works as expected. However, when deploying my app hosted on Google App Engine, authentication popup fails with the "auth/unauthorized-domain" error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Go to the Firebase Console and select your project. |
Beta Was this translation helpful? Give feedback.
Go to the Firebase Console and select your project.
Navigate to the Build section and click on the "Authentication" menu.
Go to the "Settings" bar and click on "Authorized domains" and add your domain link using the "Add domain" button.
Once the domain has been verified, refresh the website again.