Skip to content

Commit 20584d2

Browse files
Docs
1 parent f60f8d6 commit 20584d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/firebase/index.d.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7746,10 +7746,9 @@ declare namespace firebase.firestore {
77467746

77477747
/**
77487748
* Whether to skip nested properties that are set to `undefined` during
7749-
* object serialization. If set to `true`, these properties will be skipped
7750-
* and are not be written to Firestore. If it is set `false` or omitted,
7751-
* the SDK will throw an exception when it encounters properties of type
7752-
* `undefined`.
7749+
* object serialization. If set to `true`, these properties are skipped
7750+
* and not written to Firestore. If set `false` or omitted, the SDK throws
7751+
* an exception when it encounters properties of type `undefined`.
77537752
*/
77547753
ignoreUndefinedProperties?: boolean;
77557754
}

0 commit comments

Comments
 (0)