1. 24
    Upload Files to Firebase Cloud Storage with AngularFire storage uploadBytes
    3m 41s

Upload Files to Firebase Cloud Storage with AngularFire storage uploadBytes

InstructorJorge Vergara

Share this video with your friends

Send Tweet

We want our users to have more power by uploading and downloading files to the tasks they create.

In this lesson, we'll start creating the functionality that will allow our users to upload files. I went ahead and created the UI and click handler for this feature so we can focus on the actual file uploading.

We'll use the browser's <input type="file"> to select files from our device and then we'll use Cloud Storage methods to upload the file to our storage bucket.