有没有办法使用 Node.js Cloud Functions 在 2 个 firebase 项目之间安排存储备份/同步?
我正在尝试将视频、图像等从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论