是否可以针对值数组查询文档字段,其中将返回包含数组元素值之一的字段
_fireStore
.collection('articles')
.orderBy('created')
.where('projectName', isEqualTo: listHearted)
.getDocuments()
.asStream(),