Skip to content

Releases: firebase/firebaseui-web

v2.2.0

Choose a tag to compare

@firebase-ops firebase-ops released this 19 Jun 20:35
  • Added support for localization.

v2.1.1

Choose a tag to compare

@firebase-ops firebase-ops released this 08 Jun 20:41
  • Fixed obfuscated property causing country code auto population to fail.

v2.1.0

Choose a tag to compare

@firebase-ops firebase-ops released this 08 Jun 17:16
  • Added support for OAuth providers in a Cordova environment.
  • Added support for passing custom OAuth parameters to OAuth providers.
  • Added phone code resending countdown to phone code entry page.
  • Added terms of service for phone sign-in pages.
  • Ability to auto populate the country code from the national number.
  • Added support for selecting the default country for phone authentication.
  • Skip NASCAR screen when only phone provider is enabled and render phone sign in screen directly.

v2.0.0

Choose a tag to compare

@firebase-ops firebase-ops released this 17 May 20:17
  • Added support for phone authentication.
  • Removed all FirebaseUI underlying dependencies on deprecated and removed APIs in Firebase version 4.0.0. FirebaseUI no longer supports versions older than 4.0.0.
  • Fixes DOMException when cross origin reassigning window.location on sign-in success.
  • Fixes the issue where query strings and fragments were getting dropped on accountchooser.com redirects.

v1.0.1

Choose a tag to compare

@firebase-ops firebase-ops released this 05 Apr 22:25
  • Added ability to not require the display name in password sign up.
  • Pass login_hint when a user needs to sign in with Google using a specific email.
  • Fixed account linking in recent versions of Firebase Auth.
  • Fixed "operation not supported" error for password providers in Cordova environment.
  • Display error when account lookup returns an unexpected error from the Auth backend.
  • Added back button in sign in handler page.

v1.0.0

Choose a tag to compare

@firebase-ops firebase-ops released this 22 Nov 21:15
  • FirebaseUI is now open source.
  • Added an option to disable Account Chooser.
  • After being idle for 1h, while in the process of signing in, properly handle the error instead of crashing.