-1
我想從消防基礎數據庫我列出的數據顯示,以表 我這樣做代碼如何顯示HTML表格火力rumtime數據庫中的數據
firebase.initializeApp(config);
var ref = firebase.database().ref('customer');
ref.on('value', function(snapshot) {
console.log(snapshot.val());
});