Take and Store Photos
When an image is not available for an item, or a user would like to add a custom image, they can take a photo from their phone. The image will be uploaded to Firebase storage for retrieval the next time the item is pulled up.
The setup to use the camera was quick and straight forward, storing the images in Firebase storage was straight forward as well. Here is an example on Github or these tutorials walk through the setup step by step.