Scheduled tasks in rowy
Is there a possibility to run automated scheduled tasks via cloud function in rowy like onCreate, onUpdate, onDelete?
3 Replies
@Shams is there currently a way to deploy this via rowy cloud functions
hey @Julian , we dont have support for scheduled tasks yet
you can use firebase cloud functions directly https://firebase.google.com/docs/functions/schedule-functions
or set an onUpdate trigger on rowy for a specific field, then update the field in the firebase scheduled function for it to trigger the rowy task
maybe use date field to track when it was last triggered