MCPcopy
hub / github.com/angular/angularfire / getDownloadURL

Method getDownloadURL

src/compat/storage/ref.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9export interface AngularFireStorageReference {
10 getDownloadURL(): Observable<any>;
11 getMetadata(): Observable<any>;
12 delete(): Observable<any>;
13 child(path: string): AngularFireStorageReference;

Callers 3

createStorageRefFunction · 0.80
storage.spec.tsFile · 0.80
transformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected