【发布时间】:2021-01-13 02:52:33
【问题描述】:
所以,我正在尝试显示一个文档字段,但如果我从前一页输入,它就不起作用。如何从材料页面路径显示这种类型的子集合,我的颤振应用程序不断崩溃。
new StreamBuilder(
stream: Firestore.instance
.collection("Users")
.document(uid) //from firestore getuserID
.collection("orders")
.document(widget.doc) //from materialpageroute fetched data
.snapshots(),
或者这还不支持?
【问题讨论】:
-
你得到什么错误?
标签: flutter google-cloud-firestore