Showing Images in the Browser

In this lesson, you will learn how to show images you uploaded to Firebase Storage in your app. After each upload,​ we will take the download URL and place it in Cloud Firestore. Then we will make a database listener for that collection. That is the final step that allows us to show the images to the user in the browser.

Add Cloud Firestore #

We need a way to keep track of files we want to show the user so we will use the Cloud Firestore database for this. Add the CDN script to the head of your HTML file.

Get hands-on with 1200+ tech skills courses.