CMPUT301F24pekkas / mini-pekkas

The repo for 301 project
0 stars 0 forks source link

US 01.03.01 - Upload a profile picture for a personalized experience #77

Closed Madrobot9182 closed 1 week ago

Madrobot9182 commented 1 week ago

As a user, I want to upload a profile picture to personalize my account

he system should provide an option for users to upload a profile picture from their device when setting up their account or from their profile settings. Users should be able to upload images in common formats Users should be able to preview their uploaded profile picture before saving the changes, ensuring they are satisfied with how it looks.

Madrobot9182 commented 1 week ago

I will start making functions to store images in Firebase cloud storage. Assuming the users will select a picture from their local files what format will be passed into said firebase function?

for now I'll assume its in the format of local files as specified here: https://firebase.google.com/docs/storage/android/upload-files#java