UNPKG

voluptasmollitia

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