firebase_auth_platform_interface 1.1.7 firebase_auth_platform_interface: ^1.1.7 copied to clipboard
A common platform interface for the firebase_auth plugin.
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.