我正在尝试从我的react原生应用程序的firestore数据库中获取登录的用户信息。 我刚接触react native,因此我不知道用firestore做这些事情的正确语法或方法。我已经阅读了很多文档,但它们并不能提供每个情况和实例的信息。//this code gives me and error,
snapshot is not a
我有一个由来自firebase的数据驱动的日历。当用户进行编辑时,通过移动或调整任务大小,它将快速移动回其原始位置,然后数据库将更新客户端,新数据将显示在页面上。Data is sent to Cloud FirestoreD - Updated data is returned to the client via a realtime listener在用户进行更改后,有没有办法在更新firestore<em