Cloud Functions for Firebase 在午夜运行
Posted
技术标签:
【中文标题】Cloud Functions for Firebase 在午夜运行【英文标题】:Cloud Functions for Firebase run at midnight [duplicate] 【发布时间】:2017-08-07 01:15:16 【问题描述】:我似乎在这些新的 Firebase 函数中找不到一种触发器,它是一个定期运行的函数,它可以执行一些操作,例如,如果数据是某个值,则将其删除。
我知道有一个 onwrite 函数会在更改时执行某些操作,但是是否有一个函数会定期循环遍历整个子项?
【问题讨论】:
周期性firebase函数有什么作用?我还想制作一个自动运行功能来收集数据并对其执行一些功能。 【参考方案1】:我们目前在 Cloud Functions 中没有原生 Cron 类型的事件,同时在 Github 上的 periodic deletion of unused accounts example 或 AppEngine cron example 中查看我们建议如何实现这一点。
【讨论】:
以上是关于Cloud Functions for Firebase 在午夜运行的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Firebase Cloud Functions 测试中模拟 FCM admin.messaging().sendToDevice() 的实现
如何使用 Google Python Client for Cloud Functions 获取 Google Cloud Functions 列表?
Cloud Functions for Firebase 超时
Cloud Functions for Firebase onWrite 超时