This question shows research effort; it is useful and clear
24
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
npm firebase で node.js を使用する。
var firebase = require('firebase');
var blahFirebase = new firebase('https://myfirebase.firebaseIO.com/blah');
blahFirebase.once('value', function (snapshot) {
//
});