hng_firebase_auth 1.0.1
hng_firebase_auth: ^1.0.1 copied to clipboard
A simple and modular Firebase authentication wrapper for Flutter, supporting email/password, Google, and Apple sign-in.
1.0.1 #
- Added comprehensive exception handling with typed exceptions (e.g.
InvalidCredentialsException,NetworkException). - Added
hng_firebase_auth.dartbarrel file exporting all public types. - Improved error handling in
signInWithGoogleandsignInWithAppleto properly detect user cancellation. - Added
exampleapp demonstrating both pre-built UI and headless usage.
1.0.0+1 #
- Initial release.