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

Method get

packages/firebase-firestore/index.d.ts:110–110  ·  view source on GitHub ↗
(options?: GetOptions)

Source from the content-addressed store, hash-verified

108 delete(): Promise<void>;
109
110 get(options?: GetOptions): Promise<IDocumentSnapshot<T>>;
111
112 /** NOTE: Although an onCompletion callback can be provided, it will never be called because the snapshot stream is never-ending. */
113 onSnapshot(observer: { complete?: () => void; error?: (error: Error) => void; next?: (snapshot: IDocumentSnapshot<T>) => void }): () => void;

Callers

nothing calls this directly

Implementers 1

DocumentReferencepackages/firebase-firestore/index.andr

Calls

no outgoing calls

Tested by

no test coverage detected