【发布时间】:2020-07-10 11:30:35
【问题描述】:
我的 firestore 文档包含一个名为 id 的字段,该字段位于名为场所的地图中,属于名为 orders 的集合的一部分。
|-orders //collection
order //doc
venue {id:'12345'}. Map in doc called venue that contains a string field called id
我想使用isEqualTo 来查询这个字段。如何引用该字段?
【问题讨论】: