firebase_phone_auth_handler 1.1.0 copy "firebase_phone_auth_handler: ^1.1.0" to clipboard
firebase_phone_auth_handler: ^1.1.0 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.1.0] #

  • Updated README.md
  • Updated dependencies
  • Updated example app

[1.0.8] #

  • 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

[1.0.7] #

  • Stacktrace in onLoginFailed is now non-nullable
  • Updated a dependency to the latest release
  • Updated example app

[1.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

[1.0.5+1] #

  • Fixed files formatting
  • Updated example app

[1.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

[1.0.4] #

  • Updated example app
  • Updated dependencies
  • Fixed linter warnings

[1.0.3] #

  • Updated example app
  • Updated README.md

[1.0.2] #

  • Renamed auth_service to auth_controller
  • Updated dependencies
  • Minor bug fixes
  • Updated example app
  • Updated README.md

[1.0.1] #

  • Updated license
  • Updated README.md

[1.0.0] #

  • Added linter and updated code accordingly
  • Updated example app
  • Updated dependencies
  • Updated README.md

[0.0.8] #

  • Updated dependencies
  • Updated example app

[0.0.7] #

  • Renamed FirebasePhoneAuthSupporter to FirebasePhoneAuthProvider.
  • Supports sending OTP on web out of the box.
  • Updated dependencies
  • Updated README.md
  • Updated package description.

[0.0.6] #

  • Added key parameter
  • Fixed README.md
  • Updated dependencies

[0.0.5] #

  • Added boolean in onLoginSuccess to provide info whether OTP was auto fetched or verified manually
  • Updated example app
  • Updated README.md

[0.0.4] #

  • Updated example app
  • Updated README.md

[0.0.3] #

  • Updated screenshots
  • Updated package description

[0.0.2] #

  • 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] #

  • An easy to use firebase phone authentication library to easily send and verify OTP's.
134
likes
160
pub points
93%
popularity

Publisher

verified publisherrithik-dev.me

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.

Repository (GitHub)
View/report issues

Topics

#flutter #firebase #widget #firebase-auth #authentication

Documentation

API reference

License

MIT (license)

Dependencies

firebase_auth, flutter, provider

More

Packages that depend on firebase_phone_auth_handler