MCPcopy Create free account
hub / github.com/NativeScript/firebase / list

Method list

packages/firebase-storage/index.d.ts:70–70  ·  view source on GitHub ↗
(options?: ListOptions)

Source from the content-addressed store, hash-verified

68 getDownloadURL(): Promise<string>;
69 getMetadata(): Promise<IMetadata>;
70 list(options?: ListOptions): Promise<IListResult>;
71 listAll(): Promise<IListResult>;
72 put(data: Blob | Uint8Array | ArrayBuffer, metadata?: IMetadata): ITask;
73 putString(data: string, format?: StringFormat, metadata?: IMetadata): ITask;

Callers 2

listMethod · 0.65
listMethod · 0.65

Implementers 3

Referencepackages/firebase-storage/index.androi
Referencepackages/firebase-storage/index.ios.ts
Referencepackages/firebase-storage/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected