firebase-functions-test
Version:
A testing companion to firebase-functions.
5 lines (4 loc) • 342 B
TypeScript
import { MockCloudEventAbstractFactory } from '../../types';
import { Change, firestore } from 'firebase-functions/v2';
import { QueryDocumentSnapshot } from 'firebase-admin/firestore';
export declare const firestoreOnDocumentUpdatedWithAuthContext: MockCloudEventAbstractFactory<firestore.FirestoreAuthEvent<Change<QueryDocumentSnapshot>>>;