我是Firebase数据库的新用户,我正在创建一个Android应用程序,其中数据的结构是这样的:
{
posts={
-Ks4AoL7F-oKtwd3M8Ao={
address=Address of mine,
title=Title ,
subcategory=E-waste, category=Garbage,
time=21-08-2017 07:54 p.m.,
mobileNumber=some mobile number,
comment=hhdhdehsbsbhs,
statusText=Pending,
imagePath=https://firebasestorage.googleapis.com/v0/b/path-to-image
},...
}
所以在这种结构中我想根据手机号码查询帖子,即,如果手机号码匹配,则会检索当前帖子,否则跳过此帖子并检查下一篇帖子等等...... / p>
答案 0 :(得分:0)
你可以通过简单的查询获得post对象的所有数据列表,你可以在firebase的文档部分找到它们,你可以检查每个对象的移动没有,因此应用条件来保持或丢弃物体。
了解更多信息请查看链接: -
答案 1 :(得分:-1)