有没有办法使用 Node.js Cloud Functions 在 2 个 firebase 项目之间安排存储备份/同步?

发布于 2025-01-11 06:39:04 字数 681 浏览 0 评论 0原文

我正在尝试将视频、图像等从 Firebase 项目的存储同步到另一个 Firebase 项目的存储。 解决方法是按照以下链接中的说明进行操作:https: //firebase.google.com/docs/firestore/manage-data/move-data 但是,此链接中的说明适用于 firestore 数据库,而不适用于存储。

我正在尝试使用 Node.js Cloud Functions 在 2 个 firebase 项目之间安排存储备份/同步。与以下 YouTube 视频非常相似,但我需要为存储而不是 firestore 数据库执行此操作。
youtube.com/watch?v=HYOR42pYYzo&ab_channel=JonnyBCodes

< strong>请注意,这是关于存储而不是 firestore 数据库。

提前感谢您的支持:)

I am trying to sync the videos, images, etc. from the STORAGE of a firebase project to the storage of another firebase project.
The way to approach that is to follow the instructions in this link: https://firebase.google.com/docs/firestore/manage-data/move-data
However, the instructions in this link are for firestore database and not for the STORAGE.

I am trying to schedule Storage Backups/Syncing between 2 firebase projects Using Node.js Cloud Functions. Very similar to the following YouTube video, but I need to do that for the STORAGE and not for the firestore database.
youtube.com/watch?v=HYOR42pYYzo&ab_channel=JonnyBCodes

Please note that it is about the STORAGE and not the firestore database.

Thanks in advance for your support :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文