Firebase 从数据库读取导致重复上次上传文档的内容而不是所有文档

问题描述 投票:0回答:1

我试图构建一个社交媒体应用程序。在我的主页中,我显示其他人的帖子。但它重复显示最后上传的帖子,而不是显示所有帖子。

这是cloud firestore数据库结构database structure

这是我得到的输出 The same post is repeating multiple times

这是我的代码 I have used Stream builder and Listview.builder

我期待所有帖子,但我多次显示最近上传的帖子

flutter firebase google-cloud-firestore firebase-realtime-database
1个回答
0
投票

我认为问题在于你的帖子添加到了 firebase Quary。

© www.soinside.com 2019 - 2024. All rights reserved.