我正在构建一个GPS跟踪网络应用程序,我已经在Firebase数据库中构建了我的数据,因为根节点是GPSLocationHistory
{
"-KkUgBL6Zs761WWJ8RC_" : {
"Battery" : 1,
"createdat" : 1,
"hajjappnum" : 1,
"id" : 1,
"lati" : 31.321846666666666,
"longi" : 74.22081833333333,
"uniqueID" : 6430041994
},
"-KkUiQQSox-smGjx0Oq2" : {
"Battery" : 1,
"createdat" : 1,
"hajjappnum" : 1,
"id" : 1,
"lati" : 31.321846666666666,
"longi" : 74.22081833333333,
"uniqueID" : 6430041994
},
"-KkUkHe-nNfAvyFHGDBu" : {
"Battery" : 1,
"createdat" : 51920176786,
"hajjappnum" : 1,
"id" : 1,
"lati" : 0,
"longi" : 0,
"uniqueID" : 0
}
}
我想用最新的" createdat"检索所有对象。所有不同的" uniqueID"值,但在文档中提到我们不能通过调用使用多个顺序,那么如何检索此特定查询以实现任何想法?