We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60f8d6 commit 20584d2Copy full SHA for 20584d2
packages/firebase/index.d.ts
@@ -7746,10 +7746,9 @@ declare namespace firebase.firestore {
7746
7747
/**
7748
* 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`.
+ * object serialization. If set to `true`, these properties are skipped
+ * and not written to Firestore. If set `false` or omitted, the SDK throws
+ * an exception when it encounters properties of type `undefined`.
7753
*/
7754
ignoreUndefinedProperties?: boolean;
7755
}
0 commit comments