flutter_firebase_auth_repository 1.0.2
flutter_firebase_auth_repository: ^1.0.2 copied to clipboard
Clean Firebase Authentication repository with multiple providers - Google, Facebook, GitHub, Microsoft. Includes Firestore integration.
1.0.2 #
- Documentation Fix: Shortened package description to meet pub.flutter-io.cn requirements (60-180 characters)
- Metadata Update: Optimized description for better search engine visibility
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.