Skip to content

Releases: firebase/firebaseui-web

v3.4.0

22 Aug 18:12

Choose a tag to compare

  • Allows passing callbacks for Term of Service and Privacy Policy.

v3.3.0

14 Aug 01:37

Choose a tag to compare

  • Removes callback flicker when there is no pending redirect.
  • Adds the ability to use spinners instead of progress bars. This is used only for the nascar screen.

v3.2.0

25 Jul 01:34

Choose a tag to compare

  • Supports Continue as guest and add new sign in provider firebaseui.auth.AnonymousAuthProvider.
  • Adds the ability to configure country selection for phone Auth.
  • Adds return type for start() and setConfig() in typescript declaration.

v3.1.1

26 Jun 22:00

Choose a tag to compare

  • Fixes missing externs and index.d.ts files in FirebaseUI-web npm build.

v3.1.0

23 Jun 00:09

Choose a tag to compare

  • Adds privacyPolicyUrl config to enable developers to provide privacy policy URL. And shows Term of Service and Privacy Policy link on every screen for GDPR compliance.
  • Defines the FirebaseUI externs.
  • Defines the typescript definitions.
  • Optimizes sign in flow to use updateCurentUser eliminating 2 RPCs in the process.
  • Catches errors that occur due to incompatible versions of firebase.js being used with firebaseui.js.
  • Fixes reCAPTCHA invisible badge which was getting hidden.

v3.0.0

08 May 18:25

Choose a tag to compare

  • Deprecated signInSuccess callback.
  • Refactored and replaced deprecated/removed methods for compatibility with firebase-js-sdk v5.0.0.

v2.7.0

28 Mar 01:28

Choose a tag to compare

  • Expose firebase.auth.UserCredential Auth result via new signInSuccessWithAuthResult callback.

v2.6.3

13 Mar 17:07

Choose a tag to compare

  • Sanitizes all URLs passed via query parameters to prevent JS injection via URL.
  • Appends photo size for profile image hosted in Google in demo app.

v2.6.2

27 Feb 18:16

Choose a tag to compare

  • Fixes the verifyPassword error logged to the browser console on anonymous user upgrade.
  • Fixes the bug when the incorrect user reference is returned on anonymous user upgrade which occurs when a user is already signed in on the external Auth instance.
  • Fixes the uncaught promise cancellation error when signInSuccess callback is provided and no redirect is required.

v2.6.1

16 Feb 18:40

Choose a tag to compare

  • Fixes obfuscation bug when confirming an OTP for phone authentication.