Why does this script show error? [Firebase][Web] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why does this script show error? [Firebase][Web]

//initialize firebase After initializing firebase, var database = firebase.database(); var ref = database.ref('entry'); var data = { name : 'Arb', age : 16 }; ref.push(data); Why does this script show error?? Help please!

23rd Jan 2019, 6:56 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
3 Answers
+ 1
Coder bro it shows permission denied error though!
25th Jan 2019, 4:31 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 1
Coder I have changed the rule to public !! But still showing it !!
26th Jan 2019, 11:42 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
0
Coder ok bro!
26th Jan 2019, 12:08 PM
Arb Rahim Badsa
Arb Rahim Badsa - avatar