Skip to content

Releases: firebase/firebase-functions

v7.2.3

03 Apr 18:34

Choose a tag to compare

  • Accept BooleanParams in CallableOptions (#1854)
  • rotate the npmrc key to robot account (#1857)

v7.2.2

17 Mar 18:40

Choose a tag to compare

  • Allow v2 auth blocking functions to use run.app or cloudfunctions.net URLs (#1831)

v7.2.1

17 Mar 18:01

Choose a tag to compare

  • Fix issue where v1 firestore paths would not handle literals with leading or trailing slashes (#1829)
  • transformed string exprssions (currenlty an internal tool) now propagate across interpolated strings (#1829)

V7.2.0

16 Mar 22:21

Choose a tag to compare

  • All V1 configuration (e.g. pubsub topics) can be set with params. (#1820)
  • String expressions can now be used in string interpolation with the expr tag. (#1820) E.g.
    const schedule = expr`every ${intervalParam} minutes`;
  • Secret params now support a label and/or description. (#1820)
  • Add support for VPC direct connect (network interfaces) (#1823)
  • Realtime database events in the v2 SDK now provide auth context (#1770)

V7.1.1

09 Mar 18:05

Choose a tag to compare

-Internal Docgen improvements

v7.1.0

05 Mar 18:25

Choose a tag to compare

v7.0.6

26 Feb 01:16

Choose a tag to compare

Internal improvements (#1814)

v7.0.5

28 Jan 22:23

Choose a tag to compare

  • Fixed issue with missing dependency on graphql. (#1795)
  • Internal improvements (#1800)

v7.0.3

08 Jan 22:39

Choose a tag to compare

  • Internal improvements.

v7.0.2

16 Dec 20:59

Choose a tag to compare

  • Export param types (SecretParam, StringParam, etc.) from firebase-functions/params for type annotations. (#1789)
  • Remove attemptDeadlineSeconds in v2 scheduled functions. (#1776)
  • Allow JsonSecretParam in function secrets option arrays. (#1788)