当时间为firebase.database.ServerValue.TIMESTAMP时,按子时间命令的firebase顺序

时间:2017-05-16 08:36:15

标签: javascript firebase

我尝试从他们的"时间"的想法中获取所有数据。 value大于1,并将其限制为20个值。

但我的查询返回null:

var ref = getRef(["ideas"]);
  ref.orderByChild("time").startAt("1").limitToLast(20).once("value", function(snapshot) {
 var _data = snapshot.val();
})

我的"想法" db看起来像这样:

enter image description here

我错过了什么?感谢

0 个答案:

没有答案