mercredi 20 septembre 2017

get data from firebase database

I'm using firebase I tried some code from the docs that show me how to retrieve data from my DB but I think some things is wrong and I can't get data from database(Models tb) with this code:

userId = firebase.auth().currentUser.uid;
firebase.database().ref('Models/' + userId).once('value').then(function(snapshot) {
   // ...
});

please help me!

Aucun commentaire:

Enregistrer un commentaire