Reputation: 11
I just deploy my react app to firebase , after deployment I am having trouble getting the Firebase Google sign-in to work and got the error :"This domain (*********.web.app) 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." see the error in below pic: See This
also I've whitelist the domain and add it to authentication tab See This
,but don't know why I still got the error. Can Anyone help me with this issue?
Upvotes: 0
Views: 906
Reputation: 49
This problem is likely due to the sign-in methods that are enabled. In the firebase console, you need to enable the Google sign-in method
Upvotes: 0