Releases: rithik-dev/firebase_phone_auth_handler
Releases · rithik-dev/firebase_phone_auth_handler
v1.1.0+1
v1.1.0
- Updated README.md
- Updated dependencies
- Updated example app
v1.0.8
v1.0.7
- Stacktrace in onLoginFailed is now non-nullable
- Updated a dependency to the latest release
- Updated example app
v1.0.6
- BREAKING: Added stack trace to onLoginFailed and onError callbacks
- Added a boolean linkWithExistingUser to link the new credentials with an existing signed-in user, instead of creating a new one.
- Added onError callback for general purpose errors by the library
- Updated example app
- Updated dependencies
v1.0.5+1
- Fixed files formatting
- Updated example app
v1.0.5
- BREAKING: Renamed flag timeOutDuration to autoRetrievalTimeOutDuration
- BREAKING: Renamed verifyOTP to verifyOtp
- BREAKING: Updated verifyOtp function signature to not take a named argument, and accept otp as a positional argument
- Added a new otpExpirationDuration flag, as autoRetrievalTimeOutDuration is a completely different parameter.
- Added callback onCodeSent and flag signOutOnSuccessfulVerification
- Added isSendingCode flag to controller
- Optimized code to reduce number of rebuilds
- Updated example app
- Updated dependencies
- Refactored code
v1.0.4
- Updated example app
- Updated dependencies
- Fixed linter warnings
v1.0.3
- Updated example app
- Updated README.md
v1.0.2
- Renamed auth_service to auth_controller
- Updated dependencies
- Minor bug fixes
- Updated example app
- Updated README.md