File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ - [ changed] All known failure cases for Indexed-related crashes have now been
3
+ addressed. Instead of crashing the client, IndexedDB failures will result
4
+ in rejected operations (e.g. rejected Writes or errored Query listeners).
5
+ If these rejections surface in your app, you can retry these operations
6
+ when IndexedDB access is restored.
7
+ IndexedDB failures that occur due to background work are automatically
8
+ retried.
9
+
10
+ If you continue to see Indexed-related crashes, we appreciate feedback
11
+ (https://github.com/firebase/firebase-js-sdk/issues/2755 ).
12
+
13
+ # Released
2
14
- [ fixed] Fixed an issue that could cause Firestore to temporarily go
3
15
offline when a Window visibility event occurred.
4
16
- [ feature] Added support for calling ` FirebaseFiresore.settings ` with
5
17
` { ignoreUndefinedProperties: true } ` . When set, Firestore ignores
6
18
undefined properties inside objects rather than rejecting the API call.
7
-
8
- # Released
9
19
- [ fixed] Fixed a regression introduced in v7.14.2 that incorrectly applied
10
20
a ` FieldValue.increment ` in combination with ` set({...}, {merge: true}) ` .
11
21
- [ fixed] Firestore now rejects ` onSnapshot() ` listeners if they cannot be
You can’t perform that action at this time.
0 commit comments