Adding UI Elements for Storage

Learn how to create a UI design to display selected images and upload them.

User interface widgets

Our goal is to build a straightforward UI that will eventually work with our tree planting forum. We must consider how an image is downloaded and uploaded to Firebase Storage when developing this UI.

Here is a list of actions we need to take:

  1. Select an image: The user can choose an image to upload from the local storage.

  2. Preview image: We display the image in the UI so the user can confirm the selected image. ...