Skip to main content
Version: v7.0.0

RealtimeQueryConstraints


Import
import { RealtimeQueryConstraints } from "@hyper-fetch/firebase"

Preview

enum RealtimeQueryConstraints {
EQUAL_TO = "equalTo";
LIMIT_TO_FIRST = "limitToFirst";
LIMIT_TO_LAST = "limitToLast";
ORDER_BY_CHILD = "orderByChild";
ORDER_BY_KEY = "orderByKey";
ORDER_BY_VALUE = "orderByValue";
}
Firebase
On this page