I assume you want a cloud function to be called wh...
# off-topic
t
I assume you want a cloud function to be called when there's a table insert/update/delete. If that's the case, you can create a function hook and configure it to call an http endpoint (your cloud function's endpoint) when based on an event (insert, update, delete).