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 4e8ca3c commit fd11cd7Copy full SHA for fd11cd7
packages/firebase/index.d.ts
@@ -7865,7 +7865,7 @@ declare namespace firebase.firestore {
7865
/**
7866
* Called by the Firestore SDK to convert a custom model object of type T
7867
* into a plain Javascript object (suitable for writing directly to the
7868
- * Firestore database). To use set() with `merge` and `mergeFields,
+ * Firestore database). To use set() with `merge` and `mergeFields`,
7869
* toFirestore() must be defined with `Partial<T>`.
7870
*/
7871
toFirestore(modelObject: T): DocumentData;
0 commit comments