-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
domain:uiplatform:frontendpriority:medium 👍Regular priority issueRegular priority issuetype:enhancement 😃New feature or requestNew feature or request
Milestone
Description
Description
This issue involves displaying the user profile image/avatar from the Firebase Storage path /tanam-users/{uid}/profile.png
. If no image is found at this path, a placeholder image should be displayed instead.
Tasks
-
Fetch User Profile Image:
- Check if the user has a profile image at the Firebase Storage path
/tanam-users/{uid}/profile.png
. - If an image is found, display it as the user's profile image/avatar.
- Check if the user has a profile image at the Firebase Storage path
-
Display Placeholder Image:
- If no image is found at the specified path, display a placeholder image instead.
Acceptance Criteria
- The user profile image is fetched from the Firebase Storage path
/tanam-users/{uid}/profile.png
and displayed correctly. - If no image is found at the specified path, a placeholder image is displayed.
- The UI is updated to reflect these changes.
Metadata
Metadata
Assignees
Labels
domain:uiplatform:frontendpriority:medium 👍Regular priority issueRegular priority issuetype:enhancement 😃New feature or requestNew feature or request
Type
Projects
Status
Done