Under Monitoring upload percentage in the AngularFireStorage documentation shows getDownloadURL(): Observable<any> as a method of AngularFireUploadTask. But getDownloadURL(): Observable<any> is actually a method of storage reference. It should be changed accordingly otherwise, it's confusing for developers.