func init()

in functions/events-all-firebase/all_firebase.go [34:37]


func init() {
	// Register a CloudEvent function with the Functions Framework
	functions.CloudEvent("allFirebaseFunction", allFirebaseFunction)
}