Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReferenceEventData ¶
type ReferenceEventData struct { Data map[string]interface{} `json:"data,omitempty"` // The original data for the reference. Delta map[string]interface{} `json:"delta,omitempty"` // The change in the reference data. }
ReferenceEventData: The data within all Firebase Real Time Database reference events.
Click to show internal directories.
Click to hide internal directories.