次のような非正規化データがあります。
- geohash
- w22
- qt4
- vhy
- e1c
- IzjfhqsUhJU_XQSBGTv
- authorid:
- authorname:
- content:
-Izjv10JcaS7fae6dmqb
- authorid:
- authorname:
- content:
- vhz
- erc
-Izjv10JcaS7fae6dmqb
- authorid:
- authorname:
- content:
- z99
- qt4
- abd
- 4g5
-Izjv10JcaS7fae6dmqb
- authorid:
- authorname:
- content:
authorid, authorname, content
の下のすべての値をリストしたいgeohash/w22/qt4
。しかし、子供の名前が何であるか、または階層内のそのレベルに正確に何人いるかは、前もってわかりません。
この浅いレベルでサブチャイルドを列挙するには、コードはどのように見える必要がありますか?
var fooRef = new Firebase('firebaseRef/geohash/w22/qt4');
fooRef.on('child_added', function(snapshot) {
//Need help here.
});