Firebase: This domain is not authorized

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

    in firebase console Auth --> Authorised domains


    must equal (in Google cloud console -- > API & Services --> credentials ) :


    must equal (in api config) :

提交回复
热议问题