Skip to main content
Version: v7.0.0

RealtimeDbPushMethodExtra


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

Preview

type RealtimeDbPushMethodExtra = {
key: string;
ref: DatabaseReference;
}

Structure

RealtimeDbPushMethodExtra
NameTypeDescription
key
string
ref
DatabaseReference
Firebase
On this page