Skip to content
Advertisement

Tag: firebase-realtime-database

Firebase Permission Denied

I’m relatively new to coding and am having trouble. I have this code to send data to firebase However, I keep getting the error: FIREBASE WARNING: set at /users/(GoogleID) failed: permission_denied 2016-05-23 22:52:42.707 firebase.js:227 Uncaught (in promise) Error: PERMISSION_DENIED: Permission denied(…) When I try to look this up it talks about rules for Firebase, which seems to be in a

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 Answer In the heading, include the following:

Advertisement