0
私は、任意のアイデアなぜ私のデータベースchild number > 7
Firebase orderByChild届かない結果
this.extra = function() {
refer = ref.child(slot);
refer.orderByChild('number')
.startAt('7')
.once('value')
.then(function (snapshot) {
console.log(snapshot.key());
});
}
を持っているすべての日付を取得するために照会しようとしています。しかし、ヌルの結果を取得していますか?
感謝..:
代わりにこれを使用します –