The download URL is now no longer accessible in the immediate results of the upload. This change was made a few months ago to the Firebase client SDKs.
Instead, you will have to call getDownloadURL (or whatever the Angular binding is for that JavaScript function) to get the URL as a second request after the upload is complete.
The download URL is now no longer accessible in the immediate results of the upload. This change was made a few months ago to the Firebase client SDKs.
Instead, you will have to call [getDownloadURL][1] (or whatever the Angular binding is for that JavaScript function) to get the URL as a second request after the upload is complete.
[1]: https://firebase.google.com/docs/reference/js/firebase.storage.Reference#getDownloadURL