database.RawRTDBCloudEvent interface

Signature:

export interface RawRTDBCloudEvent extends CloudEvent<RawRTDBCloudEventData> 

Extends: CloudEvent<RawRTDBCloudEventData>

Properties

Property Type Description
firebasedatabasehost string
instance string
location string
ref string

database.RawRTDBCloudEvent.firebasedatabasehost

Signature:

firebasedatabasehost: string;

database.RawRTDBCloudEvent.instance

Signature:

instance: string;

database.RawRTDBCloudEvent.location

Signature:

location: string;

database.RawRTDBCloudEvent.ref

Signature:

ref: string;