GCP Cloud Function Firestore
A Cloud Function triggered off of Firestore events
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
38
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
cloud_function_configuration.entrypoint | string | Name of the function that will be executed when the Google Cloud Function is triggered. |
cloud_function_configuration.maximum_instances | integer | The maximum number of Cloud Function instances to be running at one time. |
cloud_function_configuration.memory_mb | integer | The total available memory given to the Cloud Function. |
cloud_function_configuration.minimum_instances | integer | The minimum number of Cloud Function instances to be running at one time. |
cloud_function_configuration.runtime | string | The language runtime to use in this Cloud Function |
document_path | string | The document path to trigger events off of. |
firestore_trigger | string | The document event to trigger off of. |