Skip to content
Advertisement

Uncaught ReferenceError: Firebase is not defined

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 ReferenceError: Firebase is not defined

Here is the link to the tutorial, and the code snippet that I was trying to run in the JavaScript console is: https://www.firebase.com/blog/2014-11-04-firebase-realtime-queries.html

JavaScript

Advertisement

Answer

In the heading, include the following:

JavaScript

That’ll solve the problem.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement