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

Method orderBy

packages/firebase-firestore/index.d.ts:42–42  ·  view source on GitHub ↗
(fieldPath: keyof T | IFieldPath, directionStr?: 'asc' | 'desc')

Source from the content-addressed store, hash-verified

40 onSnapshot(options: SnapshotListenOptions, onNext: (snapshot: IQuerySnapshot<T>) => void, onError?: (error: Error) => void, onCompletion?: () => void): () => void;
41
42 orderBy(fieldPath: keyof T | IFieldPath, directionStr?: 'asc' | 'desc'): IQuery<T>;
43
44 startAfter(snapshot: IDocumentSnapshot<T>): IQuery<T>;
45

Callers 1

orderByMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected