【发布时间】:2020-02-16 18:13:42
【问题描述】:
我只想查看 Number 小于或等于 10 的文档(不显示所有文档)。 这是我的代码:
Future getHomeWsyl()async{
var firestore = Firestore.instance;
QuerySnapshot snapshot = await firestore.collection("HomePageWsyl").getDocuments();
return snapshot.documents;
}
在此代码中要纠正什么?
【问题讨论】:
标签: android flutter dart google-cloud-firestore