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/auth

0.16.8

Patch Changes

  • 56a6a9d4a #5071 (fixes #4932) - Auto initialize auth-internal after auth has been initialized.

0.16.7

Patch Changes

  • c81cf82fa #4966 (fixes #4879) - Fix bug where linkWithPopup, linkWithRedirect, reauthenticateWithPopup, and reauthenticateWithRedirect weren't correctly picking up the emulator configuration.

0.16.6

Patch Changes

0.16.5

Patch Changes

  • Updated dependencies [3f370215a]:
    • @firebase/auth-types@0.10.3

0.16.4

Patch Changes

  • Updated dependencies [4ab5a9ce5]:
    • @firebase/auth-types@0.10.2

0.16.3

Patch Changes

0.16.2

Patch Changes

  • 92a7f4345 #4280 - Add the useEmulator() function and emulatorConfig to the firebase package externs

0.16.1

Patch Changes

0.16.0

Minor Changes

  • c9f379cf7 #4112 - Add option to hide banner in auth when using the emulator

0.15.3

Patch Changes

  • 11563b227 #4146 - Fix issue with IndexedDB retry logic causing uncaught errors

0.15.2

Patch Changes

  • c2b215c19 #4059 (fixes #1926) - Retry IndexedDB errors a fixed number of times to handle connection issues in mobile webkit.

0.15.1

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.15.0

Minor Changes

  • eeb1dfa4f #3810 - Add ability to configure the SDK to communicate with the Firebase Auth emulator.

Patch Changes

0.14.9

Patch Changes

0.14.8

Patch Changes