React Native Firebase
    Preparing search index...

    A QueryConstraint is used to narrow the set of documents returned by a Database query. QueryConstraints are created by invoking endAt, endBefore, startAt, startAfter, limitToFirst, limitToLast, orderByChild, orderByChild, orderByKey , orderByPriority , orderByValue or equalTo and can then be passed to query to create a new query instance that also contains this QueryConstraint.

    interface QueryConstraint {
        _type: QueryConstraintType;
        _apply(query: FirebaseDatabaseTypes.Query): FirebaseDatabaseTypes.Query;
    }
    Index

    Methods

    Properties

    Methods

    Properties

    The type of this query constraints