File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8046,11 +8046,10 @@ declare namespace firebase.firestore {
8046
8046
readonly hasPendingWrites : boolean ;
8047
8047
8048
8048
/**
8049
- * True if the snapshot includes local writes (`set()` or
8050
- * `update()` calls) that haven't been committed to the backend yet.
8051
- * If your listener has opted into
8052
- * metadata updates (via `SnapshotListenOptions`)
8053
- * you will receive another snapshot with `fromCache` equal to false once
8049
+ * True if the snapshot was created from cached data rather than guaranteed
8050
+ * up-to-date server data. If your listener has opted into metadata updates
8051
+ * (via `SnapshotListenOptions`)
8052
+ * you will receive another snapshot with `fromCache` set to false once
8054
8053
* the client has received up-to-date data from the backend.
8055
8054
*/
8056
8055
readonly fromCache : boolean ;
You can’t perform that action at this time.
0 commit comments