【发布时间】:2021-07-24 10:22:59
【问题描述】:
这是我的直播:
stream: chatRef
.where('id', isEqualTo: this.currentUserId)
.orderBy('timeStamp', descending: true)
.snapshots(),
我想查询 'id 等于 this.currentUserId 或 'otherId' 等于 this.currentUserId 但我找不到简单的方法...
【问题讨论】:
标签: firebase flutter stream where-clause