Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access Google Cloud Platform Firestore triggers from Python runtime cloud functions

GCP has added support for the Python runtime to cloud functions.

GCP has also extended Firestore to the general GCP ecosystem (as opposed to solely being available for Firebase)

However, the documentation for how to listen to Firestore triggers from python cloud functions is missing, and is currently only provided for node.

Is there (or will there be) a way to access Firestore triggers from python cloud functions?

like image 459
songololo Avatar asked Aug 31 '18 22:08

songololo


2 Answers

There is currently no support for Firestore (or other Firebase product event triggers) in Cloud Functions using Python.

There are no timelines available promising when support might be available in the future.

like image 159
Doug Stevenson Avatar answered Oct 17 '22 01:10

Doug Stevenson


GCP has now released beta support for Python runtime functions supporting firestore triggers.

Google Cloud Firestore Triggers

like image 29
songololo Avatar answered Oct 17 '22 01:10

songololo