Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
https://firebase.google.com/docs/database/web/read...
is the documentation. Here you can find answers to 60% of questions.
firebase.database().ref('/catalog/' + Need ID ).once('value').then(function(snapshot) {
var data = snapshot.val()
console.log("data",data)
// ...
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question