暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

@firebase/functions

0.9.1

Patch Changes

0.9.0

Minor Changes

Patch Changes

0.8.8

Patch Changes

0.8.7

Patch Changes

0.8.6

Patch Changes

0.8.5

Patch Changes

0.8.4

Patch Changes

0.8.3

Patch Changes

0.8.2

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

  • c69c6898a #6162 - Add httpsCallableFromURL(), which calls a callable function using its url.

0.7.11

Patch Changes

0.7.10

Patch Changes

0.7.9

Patch Changes

0.7.8

Patch Changes

  • d612d6f6e #5928 - Upgrade node-fetch dependency due to a security issue.

0.7.7

Patch Changes

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

0.7.4

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

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

0.7.0

Minor Changes

Patch Changes

0.6.15

Patch Changes

0.6.14

Patch Changes

0.6.13

Patch Changes

0.6.12

Patch Changes

0.6.11

Patch Changes

0.6.10

Patch Changes

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

0.6.7

Patch Changes

0.6.6

Patch Changes

0.6.5

Patch Changes

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

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';

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

0.4.50

Patch Changes

0.4.49

Patch Changes

0.4.48

Patch Changes