firebase_auth_platform_interface 4.0.1 firebase_auth_platform_interface: ^4.0.1 copied to clipboard
A common platform interface for the firebase_auth plugin.
4.0.1 #
- Update a dependency to the latest release.
4.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4.0.0-1.1.nullsafety.3 #
- FIX: Fix email link signin on Android (#4973).
4.0.0-1.1.nullsafety.2 #
- TESTS: update mockito API usage in tests
4.0.0-1.1.nullsafety.1 #
- REFACTOR: pubspec & dependency updates (#4932).
4.0.0-1.1.nullsafety.0 #
- FEAT: implement support for
useEmulator
(#4263).
4.0.0-1.0.nullsafety.0 #
- FIX: bump firebase_core_* package versions to updated NNBD versioning format (#4832).
4.0.0-nullsafety.1 #
Bump firebase_core to v0.8.0-nullsafety.1
4.0.0-nullsafety.0 #
Migrated to null safety (#4633)
3.0.1 #
- Update a dependency to the latest release.
3.0.0 #
Note: This release has breaking changes.
- FIX: bubble exceptions (#3700).
- BREAKING REFACTOR: remove all currently deprecated APIs (#4590).
2.1.4 #
- Update a dependency to the latest release.
2.1.3 #
- Update a dependency to the latest release.
2.1.2 #
- FIX: fix firebase_auth listeners assigning of currentUser (#3737).
2.1.1 #
- Update a dependency to the latest release.
2.1.0 #
- FIX: fix IdTokenResult timestamps (web, ios) (#3357).
- FEAT: add support for linkWithPhoneNumber (#3436).
- FEAT: use named arguments for ActionCodeSettings (#3269).
- FEAT: implement signInWithPhoneNumber on web (#3205).
- FEAT: expose smsCode (android only) (#3308).
- DOCS: fixed signOut method documentation (#3342).
2.0.0 #
- See the
firebase_auth
plugin changelog.
1.1.8 #
- Update lower bound of dart dependency to 2.0.0.
1.1.7 #
- Use package:plugin_platform_interface
1.1.6 #
- Make the pedantic dev_dependency explicit.
1.1.5 #
- Fixed typo on private method name.
1.1.4 #
- Breaking change: Added missing
app
parameter toconfirmPasswordReset
. (This is an exception to the usual policy of avoiding breaking changes sinceconfirmPasswordReset
is a new API and doesn't have clients yet.)
1.1.3 #
- Added support for
confirmPasswordReset
1.1.2 #
- Remove the deprecated
author:
field from pubspec.yaml
1.1.1 #
- Fixed crash when platform returns an auth result where
additionalUserInfo
is not provided.
1.1.0 #
- Added type
PlatformOAuthCredential
for generic OAuth providers.
1.0.0 #
- Initial open-source release.