simple_firebase_auth 0.0.1
simple_firebase_auth: ^0.0.1 copied to clipboard
Thin wrapper around Firebase Auth/Core with one-liner methods for sign-in, sign-up, sign-out, and password reset.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 Initial Release - 2025-07-15 #
Added #
- ✅ Simple wrapper for
firebase_auth
andfirebase_core
- ✅ Email/Password sign in and sign up
- ✅ Password reset email support
- ✅ Auth state stream using
authStateChanges()
- ✅ Custom
AuthUser
model - ✅ One-line Firebase initialization
- ✅ Basic example app included in
/example