Skip to content

Releases: rithik-dev/firebase_phone_auth_handler

v1.1.0+1

25 Jan 11:10
Compare
Choose a tag to compare
  • Fix dart static analysis warnings

v1.1.0

06 Oct 21:25
Compare
Choose a tag to compare
  • Updated README.md
  • Updated dependencies
  • Updated example app

v1.0.8

20 Jan 13:53
3532257
Compare
Choose a tag to compare
  • Added sendOtpOnInitialize parameter to the handler
  • Fixed OTP resend issue if the OTP expiration timer is still active
  • Fixed #15
  • Added shouldAwaitCodeSend to the sendOTP fn to give more control over the function
  • Updated dependencies

v1.0.7

24 Oct 12:18
Compare
Choose a tag to compare
  • Stacktrace in onLoginFailed is now non-nullable
  • Updated a dependency to the latest release
  • Updated example app

v1.0.6

16 Jul 14:36
Compare
Choose a tag to compare
  • 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

13 Jul 13:07
Compare
Choose a tag to compare
  • Fixed files formatting
  • Updated example app

v1.0.5

10 Jul 21:09
Compare
Choose a tag to compare
  • 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

07 Jun 11:28
Compare
Choose a tag to compare
  • Updated example app
  • Updated dependencies
  • Fixed linter warnings

v1.0.3

03 May 10:13
Compare
Choose a tag to compare
  • Updated example app
  • Updated README.md

v1.0.2

29 Apr 20:42
Compare
Choose a tag to compare
  • Renamed auth_service to auth_controller
  • Updated dependencies
  • Minor bug fixes
  • Updated example app
  • Updated README.md