Firebase 实时数据库控制台未导出 JSON

Firebase realtime-database console not exporting JSON

我正在尝试在 firebase 控制台上从我的实时数据库中导出 JSON 数据,但是对于大型节点它不起作用。

以前,firebase 控制台在离线模式下将 JSON 导出到节点,但现在它似乎不再起作用了。

有谁知道有没有限制或者有什么问题?

我收到了来自 Firebase 支持的回复:

Hi there,

I'm Kevin from Firebase Support, and I'll be handling this ticket.

Are you in "read-only" mode when you experienced the issue with the Realtime Database export? If so, there is already an internal bug filed for this. Our engineering team is already aware of this. However, I can't share any details for now, so I'll have this ticket open to keep you posted with any updates.

For now, you may try to copy the URL indicated on the error page and paste that on the browser's address bar to manually download the exported data. You can also navigate to a deeper part of your database and export smaller chunks.

Since you are on Blaze plan, you may also enable the Automated Backups and download the compressed files containing the exported data.

Let me know if you have any questions.

Thanks, Kevin

我把link复制到浏览器,完美下载数据