Skip to content

Commit ddea259

Browse files
committed
Add missing function definition
1 parent 15bfb0d commit ddea259

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/src/functions/v2/providers/firestore.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ extension type FirebaseFunctionsFirestore._(JSObject _) implements JSObject {
118118
/// @param handler - Event handler which is run every time a Firestore update occurs.
119119
external JSFunction onDocumentUpdated(
120120
JSAny documentOrOpts,
121+
// (FirestoreEvent<QueryDocumentSnapshot> event) => FutureOr<void>
121122
JSFunction handler,
122123
);
123124

0 commit comments

Comments
 (0)