Storing Images

Now we get to the heart of it. Let's upload images to the cloud! This lesson covers the syntax necessary to upload images to Firebase Storage.

Some applications require uploads of videos, images, pdfs,​ or other types of files from users. The example application we build is centered around images but could have been any type of file, a video-sharing​ site for instance. Ready to get started?

Full Source Code #

This lesson contains the full source code of the application. Please refer to the tabs in the widget below to look at the code and comments.

Here are the main ...