【发布时间】:2021-01-31 18:08:25
【问题描述】:
如何在实时数据库中检查特定数据以及在 firestore 中检查?
this.afs.collection('collection', ref => ref.where('data', "==", date
)).snapshotChanges(.subscribe(res => {
我试过了
this.database.list('collection', ref => ref.where
但是,“'Reference' 类型上不存在属性 'where'。”
【问题讨论】:
标签: javascript firebase-realtime-database angularfire2