How to run cron job with Firebase?

后端 未结 6 1227
南笙
南笙 2020-12-01 16:49

I am trying to run a cron job with Firebase. Basically I need to run a function that makes a ton of API calls and pushes data to firebase at 12:00am PST every day. Is there

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-01 16:59

    There are no cron job or schedule options on Firebase, you have to use another platform for that. Here´s one, for example: https://zapier.com/zapbook/firebase/schedule/

    More information: Best way to globally set up alerts for when a Firebase location is changed

    There are also some online cron jobs you can use, just search for "online cron job" with Google. Basically, they just call an URL in the specified time.

提交回复
热议问题