Neither Cloud Datastore nor Cloud SQL support Cloud functions, which means that you cannot yet run cloud functions based on your events the way you can using the Firebase Realtime database.
Fortunately, after the cloud function was launched (for example, via HTTP), you can still read and write from Datastore and SQL, as well as from any other Node.js code. Here is the documentation for Cloud Datastore and here for Cloud SQL .
Finally, if you are adventurous and would like to provide early feedback on upcoming integrations such as Datastore, fill out this form !
source
share