How to invoke firebase Schedule functions locally using pubsub emulator

前端 未结 2 854
轻奢々
轻奢々 2021-01-16 03:04

I am working on cloud functions especially schedule functions. I need to trigger a function periodically each 5 minutes, but in only test step. I need to run it on pubsub em

2条回答
  •  没有蜡笔的小新
    2021-01-16 03:23

    This is currently not supported for scheduled functions. The documentation states:

    Using the shell, you mock data and perform function calls to simulate interaction with products that the Emulator Suite does not currently support: Storage, PubSub, Analytics, Remote Config, Storage, Auth, and Crashlytics.

    Scheduled functions are an unsupported extension of pubsub triggers.

    Feel free to file a feature request with Firebase support.

提交回复
热议问题