gpt4 book ai didi

firebase - Cloud Firestore CollectionReference 查询字段

转载 作者:IT王子 更新时间:2023-10-29 07:12:08 25 4
gpt4 key购买 nike

我正在使用 Flutter 和 Firebase Cloud Firestore。请问,如何按字段查询 CollectionReference?喜欢:

* database
** collection
*** document
**** field (string) to query

最佳答案

您必须使用where 方法查询您的集合。然后,您将获得所有符合条件的文档。

firestore.collection('myCollection').where('yourField', isEqualTo: 'any');

关于firebase - Cloud Firestore CollectionReference 查询字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55466115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com