Hacker News new | ask | show | jobs
by chrisesplin 990 days ago
I've been using Firebase functions and Firebase function cron jobs for this purpose... but it's definitely a roll-your-own situation.

This project could go so many different ways and solve a bunch of my problems.

1 comments

Part of the inspiration for this was Firebase functions. We used them extensively on a previous project with their Firestore triggers. There's a lot to like about them but it was a messy development experience, especially the deployment process (although this was a few years ago).