⏱ Scheduling Firebase Cloud Functions with Cloud Scheduler
4 min readJan 13, 2019
--
I recently came across the use case where I needed to schedule a Firebase Cloud Function on a daily basis. I wanted a function that sends an email to my users via Amazon SES every night. A very common use case I’d say.
Since Firebase does not provide a scheduling functionality for its functions (yet), you need to find some other way to schedule a function. And…