Skip to main content
Version: v7.0.0

$where


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

Parameters

$where(fieldPath: string, opStr: WhereFilterOp, value: any)
Parameters
NameTypeDescription
fieldPath
string
opStr
WhereFilterOp
value
any

Returns

$where
NameTypeDescription
type
WHERE
values
any[]
toString
() => string
Firebase
On this page