I can't get image downloadUrl from Firebase Storage (Angular/Ionic)
问题 I'm trying to get downloadUrl for an image from firebase, All properties like 'timeCreated', 'fullPath', 'contentType' are working well & pushed correctly! but I don't know why 'downloadUrl' doesn't work!! captureAndUpload() { this.dataProvider.captureImage().then(data => { this.dataProvider.uploadImage(data).then(res => { this.dataProvider.storeImageInformation(res.downloadURL); }); }); } Data provider: storeImageInformation(downloadURL) { this.db.list(`/profiles/${this.afAuth.auth