Releases: firebase/firebaseui-web
Releases · firebase/firebaseui-web
v3.4.0
- Allows passing callbacks for Term of Service and Privacy Policy.
v3.3.0
- 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
- Supports
Continue as guestand add new sign in providerfirebaseui.auth.AnonymousAuthProvider. - Adds the ability to configure country selection for phone Auth.
- Adds return type for
start()andsetConfig()in typescript declaration.
v3.1.1
- Fixes missing externs and index.d.ts files in FirebaseUI-web npm build.
v3.1.0
- 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
- Deprecated signInSuccess callback.
- Refactored and replaced deprecated/removed methods for compatibility with firebase-js-sdk v5.0.0.
v2.7.0
- Expose firebase.auth.UserCredential Auth result via new signInSuccessWithAuthResult callback.
v2.6.3
- 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
- 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
- Fixes obfuscation bug when confirming an OTP for phone authentication.