Firebase: This domain is not authorized

前端 未结 9 1395
[愿得一人]
[愿得一人] 2020-12-23 14:11

I imported Firebase JS v3 API and used to initialize Firebase using:

firebase.initializeApp(config);

However the app failed to load correct

9条回答
  •  长情又很酷
    2020-12-23 14:39

    I solved the problem by adding the localhost domain to OAuth redirect domains (within SETUP SIGN IN METHOD on the Auth tab of Firebase console).

提交回复
热议问题