Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在运行具有多个环境/阶段的 Firebase。为了测试迁移,我们不断回滚,通过 CLI 导入数据库状态。问题是:我们的函数也被触发了。在这种情况下,我们只想更改数据库而没有任何副作用。是否可以以任何方式休眠所有功能?
无法暂时禁用 Cloud Functions,也无法根据数据源阻止它们运行。
我能想到的最接近的是:
index.js