jjzjj

starCount

全部标签

android - Firebase : Should I use transactions? 中加注/点赞系统的正确设计

我正在开发一个应用程序,其功能类似于Firebase文档中给出的starcountonablogpostexample,我对轮询系统的设计以及是否使用.在示例中,帖子的数据如下所示:postid{//somedatahereaboutthepost,author,id,etc,starCount:,stars:{:true,:true,//...andsoon,basicallyalistofalltheuserswhostarredthepost}}文档使用事务来更新星数:privatevoidonStarClicked(DatabaseReferencepostRef){postR