React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
modular
QueryEndAtConstraint
Class QueryEndAtConstraint
Hierarchy
QueryConstraintBase
QueryEndAtConstraint
Index
Constructors
constructor
Methods
_
apply
Properties
type
Constructors
constructor
new
QueryEndAtConstraint
(
type
:
"endAt"
|
"endBefore"
,
...
fieldValues
:
unknown
[]
,
)
:
QueryEndAtConstraint
Parameters
type
:
"endAt"
|
"endBefore"
...
fieldValues
:
unknown
[]
Returns
QueryEndAtConstraint
Methods
_
apply
_apply
<
AppModelType
=
DocumentData
,
DbModelType
extends
DocumentData
=
DocumentData
,
>
(
query
:
Query
<
AppModelType
,
DbModelType
>
,
)
:
Query
<
AppModelType
,
DbModelType
>
Type Parameters
AppModelType
=
DocumentData
DbModelType
extends
DocumentData
=
DocumentData
Parameters
query
:
Query
<
AppModelType
,
DbModelType
>
Returns
Query
<
AppModelType
,
DbModelType
>
Properties
Readonly
type
type
:
"endAt"
|
"endBefore"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
_
apply
Properties
type
Documentation
GitHub
npm
React Native Firebase
Loading...