【发布时间】:2020-06-13 22:00:12
【问题描述】:
this.ref.collection("users", ref => ref.where("uid1","in", [reciverId, senderId])
.where("uid2","in", [reciverId, senderId]))
给我类似的错误
“无效查询。您不能使用多个 'in' 过滤器”
【问题讨论】:
标签: javascript firebase google-cloud-firestore