Skip to content

Commit c536e4c

Browse files
updateDoc() signature fix
1 parent 7453b0e commit c536e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/exp/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export function updateDoc(
342342
data: UpdateData
343343
): Promise<void>;
344344
export function updateDoc(
345+
reference: DocumentReference,
345346
field: string | FieldPath,
346347
value: any,
347348
...moreFieldsAndValues: any[]

0 commit comments

Comments
 (0)