GCP Cloud Function Firestore

A Cloud Function triggered off of Firestore events

View Source Code
Deployments

38

Made by

Massdriver

Official

Yes

No

Compliance

This bundle does not have an operator guide. Add one here.

VariableTypeDescription
cloud_function_configuration.entrypointstringName of the function that will be executed when the Google Cloud Function is triggered.
cloud_function_configuration.maximum_instancesintegerThe maximum number of Cloud Function instances to be running at one time.
cloud_function_configuration.memory_mbintegerThe total available memory given to the Cloud Function.
cloud_function_configuration.minimum_instancesintegerThe minimum number of Cloud Function instances to be running at one time.
cloud_function_configuration.runtimestringThe language runtime to use in this Cloud Function
document_pathstringThe document path to trigger events off of.
firestore_triggerstringThe document event to trigger off of.