package
module
Version:
v0.0.0-...-5fb145d
Opens a new window with list of versions in this module.
Published: Feb 1, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package p contains a Cloud Function triggered by a Firebase Realtime Database
event.
HelloRTDB handles changes to a Firebase RTDB.
type RTDBEvent struct {
Data interface{} `json:"data"`
Delta interface{} `json:"delta"`
}
RTDBEvent is the payload of a RTDB event.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.