【发布时间】:2020-04-13 05:21:02
【问题描述】:
我有这个功能,但是“where”语句出现这个错误。
getUser() {
this.db.collection("users").where("name", "==", "Maria")
}
错误:类型“AngularFirestoreCollection”.ts(2339) 上不存在属性“where”
【问题讨论】:
标签: angular firebase ionic-framework google-cloud-firestore