From 8b4c66ba0df39f6598b1cac04c68d6a64e804d6c Mon Sep 17 00:00:00 2001 From: Van Leemput Dayron Date: Sat, 10 Jan 2026 21:03:07 +0100 Subject: [PATCH] Test 6 --- lib/services/user_service.dart | 1 + 1 file changed, 1 insertion(+) 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.