Firebase: This domain is not authorized

前端 未结 9 1362
[愿得一人]
[愿得一人] 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:31

    Problem Authorised domain Firebase Locahost OAUTH2

    If you are using Google Chrome you can see a problem with the Identity Toolkit API DISABLE. You need to enabled this API on the google cloud project to get OAUTH servcies in Firebase project.

    https://console.developers.google.com/apis/api/identitytoolkit.googleapis.com/overview?project=project-id

提交回复
热议问题