标签: dart flutter google-cloud-functions
我正在使用flutter和cloudfirestore创建一个在线游戏,我的主要问题是由于游戏处于在线状态,因此要检测用户的在线状态。
我知道cloudfirestore不支持本地检测状态,我们可以将实时数据库与cloudfire存储结合使用来检测状态,但是我想创建一种仅使用cloudfunctions和cloudfirestore来检测状态的方法。这可能吗?请向我提供一些要遵循的架构。