AngularFire upload and get download URL
问题 I'm trying to upload to my Storage bucket and then get the downloadURL to that uploaded file right after the upload is done. This was working previously but has since stopped for some reason. My console print is just returning null. I was hoping for a solution or even a better way of doing this. Any help would be awesome! I'm using Angular 5. Here is my current method: upload(event) { this.showProgressBar = true; const randomId = Math.random().toString(36).substring(2); this.ref = this