codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

Handle image/donation uploads #41

Closed bryanparmelee closed 1 year ago

bryanparmelee commented 1 year ago

Updated the Donation page's handleFormSubmit function to upload images to the Firebase storage and Donations to the Firestore FB.

Added metadata to imageUploads function to ensure correct file type is recognized in firebase storage.

Adjusted addDonation function so donation and donationDetails references refer to a unique document ID.