【发布时间】:2020-07-10 08:22:30
【问题描述】:
【问题讨论】:
-
你遇到了什么错误?
-
我想通过接收器中的归档 id 获取列表通知!你能帮帮我吗?
-
您是否尝试过查看文档firebase.google.com/docs/firestore ?
标签: reactjs firebase google-cloud-firestore
【问题讨论】:
标签: reactjs firebase google-cloud-firestore
如果要查询文档以查找嵌套在地图字段中的值,可以使用点表示法来查找该值:
firestore.collection("notifications").where("receiver.id", "==", x)
【讨论】: