Skip to content

Commit f907d68

Browse files
authoredMay 28, 2020
Update CHANGELOG.md (#694)
1 parent 9431102 commit f907d68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
- 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

Comments
 (0)
Please sign in to comment.