标签: swift firebase google-cloud-firestore
有没有办法检测用户是否已断开连接,或者是否关闭了Firestore上的应用程序?
答案 0 :(得分:1)
Firestore中没有内置的状态管理,就像实时数据库中那样。
Read this for possible alternatives.
答案 1 :(得分:0)
与Firebase实时数据库不同,Cloud Firestore没有在线系统。来自Build Presence in Cloud Firestore文档:
Cloud Firestore本身不支持在线状态,但您可以利用其他Firebase产品构建在线状态系统。