You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pin `@types/express` version to 4.17.3 to fix type definition issue (#685)
1
+
- Pin `@types/express` version to 4.17.3 to fix type definition issue (Issue #685).
2
+
- Firestore onCreate, onUpdate, and onDelete now receive a `QueryDocumentSnapshot` instead of `DocumentSnapshot`, which guarantees that data is not undefined (Issue #659).
3
+
- Modify return type of `DataSnapshot.forEach` to `boolean | void` match `firebase-admin` SDK.
0 commit comments