You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/dirty-pandas-pay.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@
6
6
This change contains multiple quality-of-life improvements when using the `FirestoreDataConverter` in `@firebase/firestore/lite` and `@firebase/firestore`:
7
7
- Support for passing in `FieldValue` property values when using a converter (via `WithFieldValue<T>` and `PartialWithFieldValue<T>`).
8
8
- Support for omitting properties in nested fields when performing a set operation with `{merge: true}` with a converter (via `PartialWithFieldValue<T>`).
9
-
-[breaking]Support for typed update operations when using a converter (via the newly typed `UpdateData`). Improperly typed fields in
9
+
- Support for typed update operations when using a converter (via the newly typed `UpdateData`). Improperly typed fields in
10
10
update operations on typed document references will no longer compile.
0 commit comments