【发布时间】:2021-02-08 12:09:51
【问题描述】:
我有两个项目 A 和 B。我将数据从项目 A 的 firestore 数据库导出到项目 A 的云存储桶,然后导入项目 B 的云存储桶。如何将数据从项目的 B 云存储桶移动到它的 firestore 数据库?
从官方文档中我只能找到如何将move(import and export) 数据导入云存储桶,但无法找到如何将数据从云存储导入回 Firestore。
【问题讨论】:
标签: firebase google-cloud-platform google-cloud-firestore google-cloud-storage