1
votes

It is unclear what this means if i want to run a node instance/worker on App engine or a simple node function using google cloud functions. would i be able to trigger them when data is changed in firebase?

1

1 Answers

0
votes

firebaser here

This week Google Cloud Functions went into beta. We also released an integration between Cloud Functions and Firebase. This allows you to run your JavaScript functions on Google Cloud's infrastructure in response to Firebase Database writes.

But using a Node.js process on an App Engine Flexible Environment is also still a valid option to run code in response to database events. It all depends on your needs which is better suited.