Javascript – How to configure options for Firebase 2nd gen scheduler functions
I am migrating some scheduler functions from 1st to 2nd gen. While the documentation talks about passing runtime options to other types of functions like onRequest and onCall, I do not see the equivalent for onSchedule. The first argument is…