标签: firebase flutter google-cloud-firestore
答案 0 :(得分:2)
您可以通过以下方式使用 last 来获取最新文档。
Firestore.instance.collection("data").snapshots().last
这只会给您最后一个元素。