I'm trying to get data from the db, but it does not work How to get data from bd?
const fire = firebase.initializeApp(config);
const db = fire.database();
const thisDb = db.ref().child('rooms');
thisDb.on('value', (snap) => {
console.log(snap);
});
console
data from db