1. 26
    Download Files from Firebase Cloud Storage in Angular
    1m 4s

Download Files from Firebase Cloud Storage in Angular

InstructorJorge Vergara

Share this video with your friends

Send Tweet

Users can now see that files are attached to tasks but they can't do much with that. We need to let users be able to download the files so we'll do that in this lesson.

We'll create a button for users to download the files they have in their tasks. We take a JavaScript first approach here by creating an anchor tag and adding all of the properties we need to allow for a download.