Skip to content

Latest commit

 

History

History
161 lines (96 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

161 lines (96 loc) · 5.43 KB

@firebase/app

0.6.26

Patch Changes

  • Update SDK_VERSION.

0.6.25

Patch Changes

0.6.24

Patch Changes

  • Update SDK_VERSION.

0.6.23

Patch Changes

0.6.22

Patch Changes

  • 60e834739 #4897 - Make App Check initialization explicit, to prevent unexpected errors for users who do not intend to use App Check.

0.6.21

Patch Changes

0.6.20

Patch Changes

0.6.19

Patch Changes

0.6.18

Patch Changes

0.6.17

Patch Changes

0.6.16

Patch Changes

0.6.15

Patch Changes

0.6.14

Patch Changes

  • 749c7f3d9 #4298 (fixes #4258) - Firestore classes like DocumentReference and Query can now be serialized to JSON (#4258)

0.6.13

Patch Changes

0.6.12

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, 7d916d905]:

0.6.11

Patch Changes

0.6.10

Patch Changes

0.6.9

Patch Changes

0.6.8

Patch Changes