Feature: Support scripting for firebase onSchedule
function triggers
#171
Labels
enhancement
New feature or request
onSchedule
function triggers
#171
Firebase emulator doesnt currently support
onSchedule
triggers out of the box.In the meantime, we can workaround by using various methods such as https function interfaces, emulators:exec, functions:shell type scripts to trigger function invocations using JS intervals, as suggested in this thread.
The plugin could ideally help scaffold some nice standard way to have this functionality when emulating pubsub scheduled function triggers.
The text was updated successfully, but these errors were encountered: