firebase_phone_auth_handler 1.0.2 firebase_phone_auth_handler: ^1.0.2 copied to clipboard
An easy-to-use firebase phone authentication package to easily send and verify OTP's with auto-fetch OTP support via SMS. Supports web out of the box.
[1.0.2] - 30/04/2022 #
- Renamed auth_service to auth_controller
- Updated dependencies
- Minor bug fixes
- Updated example app
- Updated README.md
[1.0.1] - 26/01/2022 #
- Updated license
- Updated README.md
[1.0.0] - 26/01/2022 #
- Added linter and updated code accordingly
- Updated example app
- Updated dependencies
- Updated README.md
[0.0.8] - 28/10/2021 #
- Updated dependencies
- Updated example app
[0.0.7] - 22/05/2021 #
- Renamed FirebasePhoneAuthSupporter to FirebasePhoneAuthProvider.
- Supports sending OTP on web out of the box.
- Updated dependencies
- Updated README.md
- Updated package description.
[0.0.6] - 12/05/2021 #
- Added key parameter
- Fixed README.md
- Updated dependencies
[0.0.5] - 23/04/2021 #
- Added boolean in onLoginSuccess to provide info whether OTP was auto fetched or verified manually
- Updated example app
- Updated README.md
[0.0.4] - 21/04/2021 #
- Updated example app
- Updated README.md
[0.0.3] - 21/04/2021 #
- Updated screenshots
- Updated package description
[0.0.2] - 21/04/2021 #
- Added FirebasePhoneAuthSupporter which has to be wrapped above the MaterialApp in order for the app to support phone authentication.
- Fixed sign out function
- Updated README.md
[0.0.1] - 21/04/2021 #
- An easy to use firebase phone authentication library to easily send and verify OTP's.