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

Method listAll

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

Source from the content-addressed store, hash-verified

16 putString(data: string, format?: string | undefined, metadata?: UploadMetadata | undefined): AngularFireUploadTask;
17 list(options?: ListOptions): Observable<ListResult>;
18 listAll(): Observable<ListResult>;
19}
20
21/**

Callers 1

createStorageRefFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected