AngularFire storage task observable never completes
问题 I am uploading a camera gallery image to firebase successfully, however I am unable to getDownloadURL() as the AngularFire storage task observable never completes. I have consulted the documentation following the 'Monitoring upload percentage' - Example Usage here Please can you kindly advise what I am doing wrong or recommend an alternative approach. Thanks. async onCamera(){ try{ const options: CameraOptions = { quality: 100, targetHeight:500, targetWidth:500, allowEdit: true,