Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:

@firebase/functions

0.7.6

Patch Changes

  • 3b338dbd8 #5701 (fixes #5692) - Clear pending timeout after promise.race. It allows the process to exit immediately in case the SDK is used in Node.js, otherwise the process will wait for the timeout to finish before exiting.

0.7.5

Patch Changes

  • 3281315fa #5708 (fixes #1487) - Update build scripts to work with the exports field

  • Updated dependencies [3281315fa]:

    • @firebase/component@0.5.9
    • @firebase/util@1.4.2

0.7.4

Patch Changes

  • 2322b6023 #5693 - Add exports field to all packages

  • Updated dependencies [2322b6023]:

    • @firebase/component@0.5.8
    • @firebase/util@1.4.1

0.7.3

Patch Changes

0.7.2

Patch Changes

  • Updated dependencies [a99943fe3, b835b4cba]:
    • @firebase/util@1.4.0
    • @firebase/component@0.5.7

0.7.1

Patch Changes

  • deda8cd85 #5459 - Do not send App Check dummy token to functions endpoint.

0.7.0

Minor Changes

Patch Changes

  • Updated dependencies [cdada6c68]:
    • @firebase/messaging-interop-types@0.1.0

0.6.15

Patch Changes

  • Updated dependencies [bb6b5abff]:
    • @firebase/component@0.5.6

0.6.14

Patch Changes

  • Updated dependencies []:
    • @firebase/component@0.5.5

0.6.13

Patch Changes

  • Updated dependencies [56a6a9d4a]:
    • @firebase/component@0.5.4

0.6.12

Patch Changes

  • Updated dependencies [725ab4684]:
    • @firebase/component@0.5.3

0.6.11

Patch Changes

  • Updated dependencies [4c4b6aed9]:
    • @firebase/component@0.5.2

0.6.10

Patch Changes

  • 92e4e8d29 #4887 (fixes #683) - Fix functions to convert Date objects to an ISO string instead of an empty object.

  • Updated dependencies [5fbc5fb01]:

    • @firebase/component@0.5.1

0.6.9

Patch Changes

  • 997040ace #4924 - Fixed a bug in httpsCallable() when used in the same project as Firebase Messaging.

0.6.8

Patch Changes

  • Updated dependencies [c34ac7a92]:
    • @firebase/component@0.5.0

0.6.7

Patch Changes

  • Updated dependencies []:
    • @firebase/component@0.4.1

0.6.6

Patch Changes

  • Updated dependencies [f24d8961b]:
    • @firebase/component@0.4.0

0.6.5

Patch Changes

  • Updated dependencies []:
    • @firebase/component@0.3.1

0.6.4

Patch Changes

  • 5c1a83ed7 #4595 - Component facotry now takes an options object. And added Provider.initialize() that can be used to pass an options object to the component factory.

  • Updated dependencies [5c1a83ed7]:

    • @firebase/component@0.3.0

0.6.3

Patch Changes

  • Updated dependencies []:
    • @firebase/component@0.2.1

0.6.2

Patch Changes

  • Updated dependencies [6afe42613]:
    • @firebase/component@0.2.0

0.6.1

Patch Changes

  • Updated dependencies []:
    • @firebase/component@0.1.21

0.6.0

Minor Changes

  • 0322c1bda #3906 - Add a useEmulator(host, port) method to Cloud Functions

Patch Changes

  • a5768b0aa #3932 - Point browser field to esm build. Now you need to use default import instead of namespace import to import firebase.

    Before this change

    import * as firebase from 'firebase/app';
    

    After this change

    import firebase from 'firebase/app';
    
  • Updated dependencies [a5768b0aa, 0322c1bda]:

    • @firebase/component@0.1.20
    • @firebase/functions-types@0.4.0

0.5.1

Patch Changes

  • b6b1fd95c - Fixes a bug introduced in #3782 that causes callable functions to throw an error in browser extensions.

0.5.0

Minor Changes

  • a6af7c279 #3825 - Allow setting a custom domain for callable Cloud Functions.

0.4.51

Patch Changes

  • Updated dependencies [da1c7df79]:
    • @firebase/component@0.1.19

0.4.50

Patch Changes

  • Updated dependencies [29327b21]:
    • @firebase/messaging-types@0.5.0
    • @firebase/component@0.1.18

0.4.49

Patch Changes

  • Updated dependencies []:
    • @firebase/component@0.1.17

0.4.48

Patch Changes