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