Now that file uploading works, we want to actually show that a task has files associated with it. To do this we will need to update the task object with a file property that we'll push files too.
In this lesson, we'll use Cloud Storage methods like getDownloadUrl() to get the file's download URL from our bucket.
Then we'll add that file's information to our task and persist it in the database to show the list of files in a task to the user.
While we do this, you'll see how we can easily add a spinner when files are being uploaded using Ionic loadingController.