Hi,
I have use javascript to get the data for firebase database but didn't know how to get it. I used below code
var rootRef = firebase.database().ref();
console.log(rootRef);
But didn't get my data which I create in database of firebase get the below data
So can any one know how to get the data from database.