Skip to main content
Version: v8.0.0

RealtimeDbGetMethodExtra


Import
import { RealtimeDbGetMethodExtra } from "@hyper-fetch/firebase-admin"

Preview

type RealtimeDbGetMethodExtra = {
ref: DatabaseReference;
snapshot: DataSnapshot;
}

Structure

RealtimeDbGetMethodExtra
NameTypeDescription
ref
DatabaseReference
snapshot
DataSnapshot