Skip to main content
Version: v7.0.0

RealtimeDbGetMethodExtra


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

Preview

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

Structure

RealtimeDbGetMethodExtra
NameTypeDescription
ref
DatabaseReference
snapshot
DataSnapshot
Firebase
On this page