找不到 Firebase 导入导出 JSON
Firebase import export JSON not found
我在 Firebase 中创建了一个集合,如图所示:
旧版本的时候上面有个三键,可以导入导出数据为JSON等类型,现在找不到了。
该工具会更改此操作 (import/export) 还是我应该做一些配置来解决此问题?
您需要export/import自己完成。
的文档
In the old version, there was a three button in the top, where you can import and export data as JSON and other types, but now I can't find it.
您所描述的是针对 Firebase 实时数据库的。该数据库产品仍然存在该导入功能。但是,您现在使用的数据库是 Firestore,这是一个完全不同的数据库产品,没有导入功能。您将必须编写代码来导入数据,或找到其他方法来导入数据 - 无法通过控制台实现。
我在 Firebase 中创建了一个集合,如图所示:
旧版本的时候上面有个三键,可以导入导出数据为JSON等类型,现在找不到了。
该工具会更改此操作 (import/export) 还是我应该做一些配置来解决此问题?
您需要export/import自己完成。
的文档In the old version, there was a three button in the top, where you can import and export data as JSON and other types, but now I can't find it.
您所描述的是针对 Firebase 实时数据库的。该数据库产品仍然存在该导入功能。但是,您现在使用的数据库是 Firestore,这是一个完全不同的数据库产品,没有导入功能。您将必须编写代码来导入数据,或找到其他方法来导入数据 - 无法通过控制台实现。