Skip to content

Latest commit

 

History

History
136 lines (78 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

136 lines (78 loc) · 4.54 KB

@firebase/functions

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

  • 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]:

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';
    
  • Updated dependencies [a5768b0aa, 0322c1bda]:

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