-
Notifications
You must be signed in to change notification settings - Fork 218
Changelog for v0.8.0 #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog for v0.8.0 #153
Conversation
changelog.txt
Outdated
| @@ -1,0 +1,2 @@ | |||
| important - `firebase-admin` peer dependency is now v5.5.0. Must update `firebase-admin` version inside of your function's directory's `package.json` and re-install locally. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function's --> functions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
changelog.txt
Outdated
| @@ -1,0 +1,2 @@ | |||
| important - `firebase-admin` peer dependency is now v5.5.0. Must update `firebase-admin` version inside of your function's directory's `package.json` and re-install locally. | |||
| 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 v4.7.4, and reverted in v4.7.5.) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v4.7.4/5 --> v0.7.4/5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
inlined
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WDYT about adding a feature that turns mismatched peer dependencies into an error?
changelog.txt
Outdated
| @@ -1,0 +1,2 @@ | |||
| important - `firebase-admin` peer dependency is now v5.5.0. Must update `firebase-admin` version inside of your function's directory's `package.json` and re-install locally. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Description
Code sample