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

Method writeToFile

packages/firebase-storage/index.d.ts:76–76  ·  view source on GitHub ↗
(localFilePath: string)

Source from the content-addressed store, hash-verified

74 putFile(path: string, metadata?: IMetadata): ITask;
75 updateMetadata(metadata: IMetadata): Promise<IMetadata>;
76 writeToFile(localFilePath: string): ITask;
77}
78
79export interface IStorage {

Callers 1

writeToFileMethod · 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