标签: firebase google-cloud-firestore
我在Firestore控制台中删除了一个文档,但是当我addSnapshotListener在该位置时,documentSnapshot?.exists仍被评估为true,并且使用了相同的数据。然后我删除了整个集合,仍然一样。这是预期的行为还是错误?如何测试文档当前是否存在
addSnapshotListener
documentSnapshot?.exists