firebase_auth_web 5.2.2 copy "firebase_auth_web: ^5.2.2" to clipboard
firebase_auth_web: ^5.2.2 copied to clipboard

The web implementation of firebase_auth

5.2.2 #

  • Update a dependency to the latest release.

5.2.1 #

  • Update a dependency to the latest release.

5.2.0 #

  • FIX: properly cast the PlatformException to FirebaseAuthException (#10058). (6c8f9515)
  • FIX: currentUser is now populated right at the start of the application without needing to wait for authStateChange (#10028). (2bd0dbff)
  • FEAT: add SAMLProvider support to Web (#10075). (d4c27da1)

5.1.3 #

  • FIX: catch hot reload & hot restart exception for web emulator (#9601). (3467483b)

5.1.2 #

  • Update a dependency to the latest release.

5.1.1 #

  • FIX: use correct UTC time from server for _webUser.metadata.creationTime & _webUser.metadata.lastSignInTime (#9789). (44ac2a36)

5.1.0 #

  • FIX: properly propagate the FirebaseAuthMultiFactorException for all reauthenticate and link methods (#9700). (9ad97c82)
  • FEAT: expose reauthenticateWithRedirect and reauthenticateWithPopup (#9696). (2a1f910f)

5.0.2 #

  • Update a dependency to the latest release.

5.0.1 #

  • Update a dependency to the latest release.

5.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: Firebase iOS SDK version: 10.0.0 (#9708). (9627c56a)

4.6.1 #

  • Update a dependency to the latest release.

4.6.0 #

  • FEAT: add OAuth Access Token support to sign in with providers (#9593). (cb6661bb)
  • FEAT: add linkWithRedirect to the web (#9580). (d834b90f)

4.5.0 #

4.4.1 #

  • Update a dependency to the latest release.

4.4.0 #

  • FIX: fix enrollementTimestamp parsing on Web (#9440). (639cab7b)
  • FEAT: add Yahoo as provider for iOS, Android and Web (#9443). (6c3108a7)

4.3.0 #

  • FEAT: add Microsoft login for Android, iOS and Web (#9415). (1610ce8a)
  • FEAT: add Sign in with Apple directly in Firebase Auth for Android, iOS 13+ and Web (#9408). (da36b986)

4.2.4 #

  • Update a dependency to the latest release.

4.2.3 #

  • Update a dependency to the latest release.

4.2.2 #

  • Update a dependency to the latest release.

4.2.1 #

  • FIX: restore default persistence to IndexedDB that was incorrectly set to localStorage (#9247). (785c4869)

4.2.0 #

  • FIX: pass Persistence value to FirebaseAuth.instanceFor(app: app, persistence: persistence) for setting persistence on Web platform (#9138). (ae7ebaf8)
  • FEAT: expose the missing MultiFactor classes through the universal package (#9194). (d8bf8185)

4.1.1 #

  • FIX: provide browserPopupRedirectResolver on init (#9146). (bf1d9be1)

4.1.0 #

4.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: upgrade auth web to Firebase v9 JS SDK (#8236). (8e95a51d)
  • BREAKING: Cannot set updateDisplayName() or updatePhotoURL() to null on web anymore.

3.3.19 #

  • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

3.3.18 #

  • FIX: Web recaptcha hover removed after use. (#8812). (790e450e)

3.3.17 #

  • REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#8791). (d90b8357)

3.3.16 #

  • Update a dependency to the latest release.

3.3.15 #

  • Update a dependency to the latest release.

3.3.14 #

  • Update a dependency to the latest release.

3.3.13 #

  • Update a dependency to the latest release.

3.3.12 #

  • Update a dependency to the latest release.

3.3.11 #

  • FIX: Allow rawNonce to be passed through on web via the OAuthCredential. (#8410). (0df32f61)

3.3.10 #

  • FIX: Check if UserMetadata properties are null before parsing. (#8313). (cac41fb9)

3.3.9 #

  • FIX: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). (df4a5bab)

3.3.8 #

  • Update a dependency to the latest release.

3.3.7 #

  • FIX: Add support fordynamicLinkDomain property to ActionCodeSetting for web. (#7683). (3b0bf76e)

3.3.6 #

  • Update a dependency to the latest release.

3.3.5 #

  • Update a dependency to the latest release.

3.3.4 #

  • Update a dependency to the latest release.

3.3.3 #

  • Update a dependency to the latest release.

3.3.2 #

  • Update a dependency to the latest release.

3.3.1 #

  • Update a dependency to the latest release.

3.3.0 #

  • FEAT: automatically inject Firebase JS SDKs (#7359).

3.2.0 #

  • FEAT: support initializing default FirebaseApp instances from Dart (#6549).

3.1.4 #

  • Update a dependency to the latest release.

3.1.3 #

  • Update a dependency to the latest release.

3.1.2 #

  • FIX: null-safety migration issue for web types (#7137).

3.1.1 #

  • FIX: allow setLanguage to accept null (#7050).

3.1.0 #

  • FEAT: Add support for secret on OAuthCredential on web (#6830).
  • FEAT: expose linkWithPopup() & correctly parse credentials in exceptions (#6562).

3.0.1 #

  • Update a dependency to the latest release.

3.0.0 #

Note: This release has breaking changes.

  • FEAT: setSettings now possible for android (#6367).
  • CHORE: catch native error verifyBeforeUpdateEmail() (#6473).
  • BREAKING FEAT: use

2.0.0 #

Note: This release has breaking changes.

  • FEAT: setSettings now possible for android (#6367).
  • CHORE: catch native error verifyBeforeUpdateEmail() (#6473).
  • BREAKING FEAT: useAuthEmulator(host, port) API update.

1.3.1 #

  • Update a dependency to the latest release.

1.3.0 #

  • FEAT: add tenantId support (#5736).

1.2.0 #

  • FEAT: add User.updateDisplayName and User.updatePhotoURL (#6213).

1.1.3 #

  • Update a dependency to the latest release.

1.1.2 #

  • DOCS: Add missing homepage/repository links (#6054).
  • CHORE: publish packages (#6022).
  • CHORE: publish packages.

1.1.1 #

  • Update a dependency to the latest release.

1.1.0 #

  • FEAT: OAuthProvider.parameters is now non-nullable (#5656).

1.0.7 #

  • FIX: ensure web is initialized before sending stream events (#5766).
  • CHORE: update Web plugins to use Firebase JS SDK version 8.4.1 (#4464).

1.0.6 #

  • Update a dependency to the latest release.

1.0.5 #

  • Update a dependency to the latest release.

1.0.4 #

  • Update a dependency to the latest release.

1.0.3 #

  • Update a dependency to the latest release.

1.0.2 #

  • Update a dependency to the latest release.

1.0.1 #

  • FIX: correct use of underlying useEmulator API, sync not async (#5171).

1.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

1.0.0-1.0.nullsafety.0 #

  • Bump "firebase_auth_web" to 1.0.0-1.0.nullsafety.0.

0.4.0-1.1.nullsafety.3 #

  • Update a dependency to the latest release.

0.4.0-1.1.nullsafety.2 #

  • Update a dependency to the latest release.

0.4.0-1.1.nullsafety.1 #

  • REFACTOR: pubspec & dependency updates (#4932).

0.4.0-1.1.nullsafety.0 #

  • FEAT: implement support for useEmulator (#4263).

0.4.0-1.0.nullsafety.0 #

  • FIX: bump firebase_core_* package versions to updated NNBD versioning format (#4832).

0.4.0-nullsafety.1 #

Bump firebase_auth_platform_interface to v4.0.0-nullsafety.1

0.4.0-nullsafety.0 #

Migrated to null safety (#4633)

0.3.2+6 #

  • Update a dependency to the latest release.

0.3.2+5 #

  • FIX: Revert #4312: Double event fire on initialization (#4620).

0.3.2+4 #

  • FIX: bubble exceptions (#3700).

0.3.2+3 #

  • FIX: web now fires once on authStateListener initialisation (#4312).

0.3.2+2 #

  • Update a dependency to the latest release.

0.3.2+1 #

  • Update a dependency to the latest release.

0.3.2 #

  • FEAT: migrate firebase interop files to local repository (#3973).
  • FEAT [WEB] adds support for EmailAuthProvider.credentialWithLink
  • FEAT [WEB] adds support for FirebaseAuth.setSettings
  • FEAT [WEB] adds support for User.tenantId
  • FEAT [WEB] FirebaseAuthException now supports email & credential properties
  • FEAT [WEB] ActionCodeInfo now supports previousEmail field

0.3.1+2 #

  • Update a dependency to the latest release.

0.3.1+1 #

  • Update a dependency to the latest release.

0.3.1 #

  • FIX: fix IdTokenResult timestamps (web, ios) (#3357).
  • FIX: force locale timestamp conversion (#3320).
  • FIX: implement missing web confirmPasswordReset (#3344).
  • FIX: send userPlatform on changes (#3313).
  • FEAT: add support for linkWithPhoneNumber (#3436).
  • FEAT: use named arguments for ActionCodeSettings (#3269).
  • FEAT: implement signInWithPhoneNumber on web (#3205).

0.3.0+1 #

  • Bump firebase_auth_platform_interface dependency to fix an assertion issue when creating Google sign-in credentials.

0.3.0 #

  • See the firebase_auth plugin changelog.
  • Depend on firebase_core.

0.1.3+1 #

  • Implement confirmPasswordReset.

0.1.3 #

  • Update lower bound of dart dependency to 2.0.0.

0.1.2+2 #

  • Make the pedantic dev_dependency explicit.

0.1.2+1 #

  • Require firebase_core_web from hosted

0.1.2 #

  • Implement fetchSignInMethodsForEmail, isSignInWithEmailLink, signInWithEmailAndLink, and sendLinkToEmail.

0.1.1+4 #

  • Prevent null users (unauthenticated) from breaking the onAuthStateChanged Stream.
  • Migrate tests from jsify to package:js.

0.1.1+3 #

  • Fix the tests on dart2js.

0.1.1+2 #

  • Update setup instructions in the README.

0.1.1+1 #

0.1.1 #

  • Require Flutter SDK version 1.12.13+hotfix.4 or later.
  • Add fake podspec so we don't break compilation on iOS.
  • Fix homepage.

0.1.0+2 #

  • Remove the deprecated author: field from pubspec.yaml.
  • Bump the minimum Flutter version to 1.10.0.

0.1.0+1 #

  • Fixed serialization error for creationTime and lastSignInTime being RFC 1123.

0.1.0 #

  • Initial open-source release.