FirestoreOnSnapshotExtra
Import
import { FirestoreOnSnapshotExtra } from "@hyper-fetch/firebase"
Source
Package
Preview
type FirestoreOnSnapshotExtra = {
groupedResult: { added: DocumentData[]; modified: DocumentData[]; removed: DocumentData[] } | null;
ref?: DocumentReference | CollectionReference;
snapshot?: DocumentSnapshot | QuerySnapshot;
unsubscribe?: FirestoreUnsubscribe;
}
Structure
FirestoreOnSnapshotExtra
| Name | Type | Description |
|---|---|---|
| groupedResult | | |
| ref | | |
| snapshot | | |
| unsubscribe | |