【发布时间】:2020-03-02 06:19:57
【问题描述】:
我需要构建一个字段值与字符串值不同的查询。
我查看了文档,无法理解如何在值不同的情况下进行查询。
angularfirestore我无法预约如下:
this.db.collection('schedules').doc(id)
.collection('values', ref =>
ref.where('status', '!==', 'cancel');
我需要获取所有状态与取消不同的记录。
【问题讨论】:
标签: typescript firebase google-cloud-firestore angularfire