Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

Implement post images #1

Open tbeidlershenk opened 1 year ago

tbeidlershenk commented 1 year ago

Uploading images works, but pulling the image data from Firebase backend to display on an individual post page has not been implemented.

jeffzheng13 commented 1 year ago

Uploading image does not work, currently there is a button that the user can upload from their device. Need to push image to Google Cloud Storage and then pull from there as well.

jeffzheng13 commented 11 months ago

Uploading image does not work, currently there is a button that the user can upload from their device. Need to push image to Google Cloud Storage and then pull from there as well.

This functionality has been implemented. Keeping open as the original issue is now in need of being implemented.