fireauth 0.0.2 fireauth: ^0.0.2 copied to clipboard
A Flutter Package that aims to simplify Flutter Firebase Authentication and streamline development.
[0.0.1] - 2021-05-12 #
- Enabled Mail, Anonymous, Google and Phone Authentication
- Added Documentation
[0.0.1+1] - 2021-05-12 #
- Updated README and documentation
[0.0.2] - 2021-05-18 #
- Updated all the Firebase Dependencies to a combination that works
- FireAuth Phone Authentication: Mobile onError Callbacks work
- FireAuth Phone Authentication: VerificationDialog closes on verificationCompleted
- Generic Code Improvements
- Added a success callback to all AuthController static methods
- Removed AndroidX BrowserImplementation in app level build.gradle (example app)
- (example > main.dart) Added success callback examples