srivastavaritik / Extraspace-Cloud

A cloud where users can make folders, upload all types of files and links, making it easier to keep everything organised and secure with security of Google's Firebase.
https://extraspace-cloud.netlify.app
MIT License
27 stars 48 forks source link

Display Real Profile Photo of Logged-in User in Profile Component #162

Closed Nishitbaria closed 1 year ago

Nishitbaria commented 1 year ago

Issue Description: The profile component of the website currently displays a generic or dummy photo instead of the real profile photo of the logged-in user. This prevents users from personalizing their profile and does not reflect their actual identity. It is necessary to update the profile component to fetch and display the real profile photo of the logged-in user. Expected Behavior: The profile component should retrieve and display the actual profile photo of the logged-in user, allowing users to personalize their profiles and showcase their real identity.

Steps to Reproduce:

  1. Log in to the website using valid credentials.
  2. Navigate to the profile page or view the profile component.

Current Behavior: The profile component displays a generic or dummy photo instead of the real profile photo of the logged-in user. Proposed Solution: To address this issue, we need to modify the code responsible for rendering the profile component. By integrating with the authentication system and retrieving the user's profile photo from the auth, we can ensure that the profile component displays the real profile photo of the logged-in user.

Please assign this issue to me. I will create a pull request to fetch real profile photo of logged in user and please add appropriate label to me