turbo_fireauth 0.0.8
turbo_fireauth: ^0.0.8 copied to clipboard
A lightweight Firebase Authentication wrapper for Flutter. Simplify auth logic with a clean API supporting Email, Google, Apple, Facebook, X (Twitter), and Yahoo Sign-In.
0.0.8 #
- Fixes iOS issue in connection.
0.0.7 #
- Bug fix in user agent detection.
0.0.6 #
- Secures GetIT when arguments are not initialized.
0.0.5 #
- Fixes Google Sign-In on Web.
0.0.4 #
- Fixes Pub.dev analysis issues.
0.0.2 #
- Fixes a bug in FirebaseAuth registering in GetIt.
0.0.1 #
- Initial release of
turbo_fireauth: a clean Firebase Auth wrapper for Flutter. - Added support for Email/Password authentication.
- Added support for Facebook authentication.
- Added support for X(Twitter) authentication.
- Added support for Yahoo authentication.
- Added support for Google Sign-In.
- Implemented singleton-based
TurboFireAuthinstance. - Structured
LoginResultfor simplified error handling.