React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
FirestoreAggregate
aggregateQuerySnapshotEqual
Function aggregateQuerySnapshotEqual
aggregateQuerySnapshotEqual
<
AggregateSpecType
extends
AggregateSpec
,
AppModelType
,
DbModelType
extends
DocumentData
,
>
(
left
:
AggregateQuerySnapshot
<
AggregateSpecType
,
AppModelType
,
DbModelType
,
>
,
right
:
AggregateQuerySnapshot
<
AggregateSpecType
,
AppModelType
,
DbModelType
>
,
)
:
boolean
Compares two
AggregateQuerySnapshot
instances for equality.
Type Parameters
AggregateSpecType
extends
AggregateSpec
AppModelType
DbModelType
extends
DocumentData
Parameters
left
:
AggregateQuerySnapshot
<
AggregateSpecType
,
AppModelType
,
DbModelType
>
right
:
AggregateQuerySnapshot
<
AggregateSpecType
,
AppModelType
,
DbModelType
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Compares two
AggregateQuerySnapshotinstances for equality.