MCPcopy Index your code
hub / github.com/NativeScript/firebase / get

Method get

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

Source from the content-addressed store, hash-verified

18 endBefore(fieldValues: IFieldValue[]): IQuery<T>;
19
20 get(options?: GetOptions): Promise<IQuerySnapshot<T>>;
21
22 limit(limit: number): IQuery<T>;
23

Callers 15

providerDataMethod · 0.65
setAttributesMethod · 0.65
index.android.tsFile · 0.65
getResourceIdFunction · 0.65
deleteMethod · 0.65
signOutMethod · 0.65
_handleAuthMethod · 0.65
deserializeFieldFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected