Google Cloud Firestore: How to copy Firestore collection to Cloud Storage
编写代码是将 Firestore 集合复制到 Cloud Storage 的唯一选择,还是我可以使用某种神奇的功能?
我在 Next 会议期间的 Firestore 演讲中知道了将 Firestore 集合导入 BigQuery 的新功能公告。云存储有类似的东西吗?
是的,最后,Firebase 启用了此功能。
https://sdk.cloud.google.com | bash
-
在提示
Modify profile to update your $PATH and enable bash completion? (Y/n) 输入y 后输入
https://cloud.google.com/firestore/docs/manage-data/export-import。不太确定这是否是一项新功能,但我会尝试一下。