这是indexloc提供的服务,不要输入任何密码
Skip to content

Display User Profile Image/Avatar #407

@DennisAlund

Description

@DennisAlund

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

  1. 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.
  2. 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

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions