UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Store image into firestore cloud database #130

Closed Dhooly closed 3 months ago

Dhooly commented 3 months ago

Description / Changes Made

Portions of this code that utilized AI generation

Utilized Github Copilot to help me convert base64 string into binary data

Screenshots

image image image image image image

How to Test

  1. Navigate to Create page
  2. Create a post/recipe with the required data
  3. Check database to see if the post was created and its reflected in the users post
  4. Check the Firestore cloud database to see if the image was stored properly

Checklist