dartmouth-cs98-23f / verbatim_frontend

Verbatim Flutter Frontend
0 stars 1 forks source link

Integrated Frontend with Firebase Storage #87

Closed DahliaTheCoder closed 5 months ago

DahliaTheCoder commented 5 months ago

Description:

This pull request integrates the uploaded profile pictures with the frontend, enabling users to upload profile pictures that are immediately stored in Firebase storage. The URL of the uploaded picture in Firebase storage is saved as an attribute of the user object, which is then sent to the backend to be stored as another attribute of the user object. This allows the frontend to use the profile URL to retrieve the corresponding image from Firebase storage and display it in the appropriate places on the screen.

In Progress:

Feedback:

If you notice any other issues or have suggestions for improvement, please feel free to let me know.