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

Method refFromURL

src/compat/storage/storage.ts:66–68  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

64 }
65
66 refFromURL(path: string) {
67 return createStorageRef(this.storage.refFromURL(path), this.injector);
68 }
69
70 upload(path: string, data: any, metadata?: UploadMetadata) {
71 const storageRef = this.storage.ref(path);

Callers

nothing calls this directly

Calls 1

createStorageRefFunction · 0.90

Tested by

no test coverage detected