database.RawRTDBCloudEvent interface

Signature:

export interface RawRTDBCloudEvent extends CloudEvent<RawRTDBCloudEventData> 

Extends: CloudEvent<RawRTDBCloudEventData>

Properties

Property Type Description
authid string
authtype AuthType
firebasedatabasehost string
instance string
location string
ref string

database.RawRTDBCloudEvent.authid

Signature:

authid?: string;

database.RawRTDBCloudEvent.authtype

Signature:

authtype: AuthType;

database.RawRTDBCloudEvent.firebasedatabasehost

Signature:

firebasedatabasehost: string;

database.RawRTDBCloudEvent.instance

Signature:

instance: string;

database.RawRTDBCloudEvent.location

Signature:

location: string;

database.RawRTDBCloudEvent.ref

Signature:

ref: string;