diff --git a/lib/services/user_service.dart b/lib/services/user_service.dart index 3692de6..e19ee26 100644 --- a/lib/services/user_service.dart +++ b/lib/services/user_service.dart @@ -5,6 +5,7 @@ import '../blocs/user/user_state.dart'; /// Service for managing user operations with Firestore and Firebase Auth. /// +/// /// This service provides functionality for user management including creating, /// retrieving, updating, and deleting user data in Firestore. It also handles /// user authentication state and provides methods for user profile management.