Firebase - Firebase 上是否有 API 到 运行 清理脚本

Firebase - Is there an API to run clean-up scripts on firebase

我的要求是 运行 在我的 firebase 数据库上进行清理工作。

目前,Firebase 不允许您运行 计划任务。为此,您需要设置一个 cron job,其中 运行 是一个 Java 或 Node.js 进程来进行清理。

可以使用 remove() method. You might make use of Firebase queries 轻松抓取您需要删除的数据来完成清理。