Skip to content

Commit 57ed84b

Browse files
author
Brian Chen
committed
add backticks
1 parent 3c00f96 commit 57ed84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7859,8 +7859,8 @@ declare namespace firebase.firestore {
78597859
/**
78607860
* Called by the Firestore SDK to convert a custom model object of type T
78617861
* 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>`.
7862+
* Firestore database). To use `set()` with `merge` and `mergeFields`,
7863+
* `toFirestore()` must be defined with `Partial<T>`.
78647864
*/
78657865
toFirestore(modelObject: T): DocumentData;
78667866
toFirestore(modelObject: Partial<T>, options: SetOptions): DocumentData;

0 commit comments

Comments
 (0)