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 e2af49c commit f60f8d6Copy full SHA for f60f8d6
packages/firebase/index.d.ts
@@ -7747,9 +7747,9 @@ declare namespace firebase.firestore {
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 the setting is set `false` or
7751
- * omitted, the SDK will throw an exception when it encounters properties
7752
- * of type `undefined`.
+ * and are not be written to Firestore. If it is set `false` or omitted,
+ * the SDK will throw an exception when it encounters properties of type
+ * `undefined`.
7753
*/
7754
ignoreUndefinedProperties?: boolean;
7755
}
0 commit comments