v3.6.2
- Pin
@types/expressversion to 4.17.3 to fix type definition issue (Issue #685). - Firestore onCreate, onUpdate, and onDelete now receive a
QueryDocumentSnapshotinstead ofDocumentSnapshot, which guarantees that data is not undefined (Issue #659). - Modify return type of
DataSnapshot.forEachtoboolean | voidmatchfirebase-adminSDK.