Home > @firebase/firestore > / > QueryConstraintType
QueryConstraintType type
Describes the different query constraints available in this SDK.
Signature:
export declare type QueryConstraintType = 'where' | 'orderBy' | 'limit' | 'limitToLast' | 'startAt' | 'startAfter' | 'endAt' | 'endBefore';