Skip to content

Commit f60f8d6

Browse files
Update index.d.ts
1 parent e2af49c commit f60f8d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firebase/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7747,9 +7747,9 @@ declare namespace firebase.firestore {
77477747
/**
77487748
* Whether to skip nested properties that are set to `undefined` during
77497749
* object serialization. If set to `true`, these properties will be skipped
7750-
* and are not be written to Firestore. If the setting is set `false` or
7751-
* omitted, the SDK will throw an exception when it encounters properties
7752-
* of type `undefined`.
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`.
77537753
*/
77547754
ignoreUndefinedProperties?: boolean;
77557755
}

0 commit comments

Comments
 (0)