Skip to main content
Version: v8.0.0

RealtimeDbOnValueMethodExtra


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

Preview

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

Structure

RealtimeDbOnValueMethodExtra
NameTypeDescription
ref
DatabaseReference
snapshot
DataSnapshot