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 3c00f96 commit 57ed84bCopy full SHA for 57ed84b
packages/firebase/index.d.ts
@@ -7859,8 +7859,8 @@ declare namespace firebase.firestore {
7859
/**
7860
* Called by the Firestore SDK to convert a custom model object of type T
7861
* into a plain Javascript object (suitable for writing directly to the
7862
- * Firestore database). To use set() with `merge` and `mergeFields`,
7863
- * toFirestore() must be defined with `Partial<T>`.
+ * Firestore database). To use `set()` with `merge` and `mergeFields`,
+ * `toFirestore()` must be defined with `Partial<T>`.
7864
*/
7865
toFirestore(modelObject: T): DocumentData;
7866
toFirestore(modelObject: Partial<T>, options: SetOptions): DocumentData;
0 commit comments