Event Triggers
Trigger a Cloud Function when data in a table type is created (via insert or upsert), updated (via update or upsert), or deleted.
-
Hassan Raza commented
i also trigger by event https://angelcityinsider.com/
-
Tim Lloyd commented
Super important for complex systems. Triggers and functions are key benefits to using Firestore and for those that would prefer a relational database using FDC they would be essential for recreating features. For example, I'd like a trigger on table writes so that I can audit who made the change, and when, etc
-
Tsortanidis Christos commented
Maybe triggers could be defined by mutation instead of table type events
-
Alex Patterson commented
Totally thought this was built in already, for sure need this!
-
David Oort Alonso commented
This would be huge for us given how used we are to this workflow on Firestore!
-
Roland Szpond commented
Could even watch for column changes to a particular row onChange({table_name}/{row_id}/{column_name}) or whatever they come up with.
-
Gabriel Mbugua commented
This feels like a must have feature.