UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 531 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [QueryConstraintType](./firestore_lite.queryconstrainttype.md) ## QueryConstraintType type Describes the different query constraints available in this SDK. <b>Signature:</b> ```typescript export declare type QueryConstraintType = 'where' | 'orderBy' | 'limit' | 'limitToLast' | 'startAt' | 'startAfter' | 'endAt' | 'endBefore'; ```