标签字段是一个字符串列表,我需要返回所有ID等于我在where参数中发送的tagId的文档。
在我的代码下面进行查询。
document = this.afs.collection(entity || path,
ref => ref.where(where.field, where.condition, where.value));
where.field:标签
其中条件: ==
where.value:'9fizZoFA75NjQgVkoBfD'
您没有按照我的方式退回任何文件,我该怎么办?