【发布时间】:2018-02-27 05:05:31
【问题描述】:
我有一个像
这样的数据结构 /Split // Collection
{authid} // Document
/SentIvitation //Collection
{auto-id} //Documnet
amount //array
0:10
1:10
2:10
Phonenumbers//array
0:987654321
1:123456789
2:234567890
我需要查询电话号码中的所有元素,并且我必须检查这些电话号码是否已经存在于另一个集合中。 我的数据结构的下一条路径是
/deyaUsers //Collection
{authid}. //Documnet
Name: "abc"
Email: "abc@gmail.com"
Phonenumber:987654321
是否可以在没有任何索引的情况下在 Firestore 中使用?
【问题讨论】:
标签: java android firebase google-cloud-firestore