ProfileManagement extension
Extends AuthService with methods for managing user profiles.
Provides functionality to update and fetch user profile data in Firestore.
- on
Methods
-
fetchUserProfile(
) → Future< UserModel?> -
Available on AuthService, provided by the ProfileManagement extension
Fetches the current user's profile data from Firestore. -
updateUserProfile(
UserModel profile) → Future< void> -
Available on AuthService, provided by the ProfileManagement extension
Updates a user's profile data in Firestore.