Releases: firebase/firebase-functions
Releases · firebase/firebase-functions
v0.5.4
- Removes temporary “shim” for analytics event timestamps.
- Fixes return type for DeltaSnapshot#getPriority() for database functions
v0.5.3
- For Auth functions,
event.data.uid
will now be a simple UID string instead of a URL (e.g.12345
instead ofhttp://github.com/12345
). - For Database functions, fixed
event.data.forEach()
to returntrue
if enumeration was canceled due to supplied callback returningtrue
. - For Storage functions, added missing Typescript typing for
event.data.resourceState.
v0.5.2
- Updated public README.
v0.5.1
- Beta release of the Firebase SDK for Cloud Functions.