Uncaught ReferenceError: Firebase is not defined

后端 未结 8 1666
我在风中等你
我在风中等你 2020-12-09 16:47

I am trying to follow the tutorial on designing a database in firebase, but I am getting the following error in the JavaScript console:

Uncaught Refer

8条回答
  •  情深已故
    2020-12-09 17:22

    If you are using Firebase Hosting like I was (and using ), then you will run into this error if you try to test locally without running firebase serve.

提交回复
热议问题