Releases: firebase/firebase-functions
Releases · firebase/firebase-functions
v2.3.1
- Adds region support for europe-west2 and asia-east2
v2.3.0
- Adds pubsub.schedule()
v2.2.1
- Adds functions.app() api to access the app instance used by functions
- improved types of the
Change
class to describe bothbefore
andafter
fields as non-optional - Improve type of express.Request to include rawBody
v2.2.0
- support for multiple regions on functions by passing extra region strings to functions.region()
- validation and typing improvements
v2.1.0
- Added support for Remote Config triggered functions with
functions.remoteConfig
. Visit https://firebase.google.com/docs/functions/rc-events to learn more
v2.0.5
- Fixed syntax error in integration test.
v2.0.4
- Fix bug in >v2.0.1 where
context.authType
is alwaysUNAUTHENTICATED
from a realtime database-triggered function.
v2.0.3
- Updated firebase-admin peer dependency to v6.0.0.
v2.0.2
- Fixed issue in Firestore-triggered functions where timestamp values in Change objects for onUpdate and onWrite functions are Date objects instead of Timestamp objects.
v2.0.1
- Fix error where Node 6 functions experienced timeout errors.