在字段列表字符串Cloud Firestore中查询

时间:2018-07-17 22:11:09

标签: angular firebase google-cloud-firestore

我需要从标签字段中返回集合中的所有文档。

标签字段是一个字符串列表,我需要返回所有ID等于我在where参数中发送的tagId的文档。

在我的代码下面进行查询。

  document = this.afs.collection(entity || path,
    ref => ref.where(where.field, where.condition, where.value));

where.field:标签

其中条件: ==

where.value:'9fizZoFA75NjQgVkoBfD'

您没有按照我的方式退回任何文件,我该怎么办?

enter image description here

0 个答案:

没有答案