simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

Feature: Support scripting for firebase `onSchedule` function triggers #171

Open simondotm opened 7 months ago

simondotm commented 7 months ago

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.