flutter_firebase_auth_repository 1.0.1
flutter_firebase_auth_repository: ^1.0.1 copied to clipboard
A comprehensive Flutter/Dart package that provides a simple, clean repository for handling Firebase Authentication with multiple providers including Google, Facebook, GitHub, and Microsoft Sign-In.
1.0.1 #
- Enhanced Documentation: Comprehensive API documentation with detailed examples and setup instructions
- Improved Error Handling: Better user-friendly error messages for all authentication methods
- Extended Social Auth: Added GitHub and Microsoft Sign-In support
- Architecture Improvements: Added proper separation of concerns with models, services, and utilities
- Example App: Complete example application demonstrating all features
- Platform Support: Enhanced Android configuration with proper manifest setup
- Firestore Integration: Improved automatic user document creation with timestamps
- Testing Support: Better dependency injection for easier testing
1.0.0 #
- Initial release of the Firebase Auth Repository.
- Supports Email/Password, Google, and Facebook authentication.
- Exposes an auth state stream for reactive UI updates.
- Automatically creates a user document in Firestore on sign-up.