Releases: firebase/firebaseui-web
Releases · firebase/firebaseui-web
v4.7.0
- Removes all accountchooser.com dependencies and deprecates all related APIs now that it is operating in universal opt-out mode.
v4.6.1
- Allow
fullLabel
customization for tenant selection buttons in FirebaseUI for IAP.
v4.6.0
- Extends the ability to customize the default IdP buttons (provider name, icon URL and background color) for providers like Google and Email.
- Adds the ability to overwrite the entire button label via
fullLabel
for all buttons.
v4.5.2
- Fixes FirebaseUI-web spinner for RTL languages.
- Log warning on accountchooser.com being deprecated and switching to universal opt-out mode starting in July 31st, 2020.
v4.5.1
- Migrated to new one-tap sign-up API.
- Fixed issue when existing email link user tries to sign in when only email/password sign-in method is provided.
v4.5.0
- Fixed the issue that sign-in with email and password silently fails if account was created using an email link.
v4.4.0
- Added
FirebaseUiHandler
API to support using external identities with Google Cloud IAP. - Added default configurations for
SAML
andOIDC
providers. - Fixed the missing id attributes for input elements.
v4.3.0
- Added support for
Apple
sign-in. - Provided default configurations for
Microsoft
andYahoo
providers.
v4.2.0
- Added multi-tenancy support for Google Cloud's Identity Platform developers.
v4.1.0
- Included the ES module in
firebaseui
npm package. - Added the support of
login
custom parameter forGitHub
provider.