Skip to content

Commit b745f8c

Browse files
authored
Changelog for v0.8.0 (#153)
1 parent 0ab48f4 commit b745f8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
important - `firebase-admin` peer dependency is now v5.6.0. Must update `firebase-admin` version inside of your functions directory's `package.json` and re-install locally.
2+
changed - For Firestore events where no previous data exists, event.data.previous is no longer null, it is always a Firebase DocumentSnapshot. event.data.previous.exists will be false if there is no previous data. (This change was previously released in v0.7.4, and reverted in v0.7.5.)

0 commit comments

Comments
 (0)