是否可以从 firebase 下载已部署的应用程序?

Is it possible to download the deployed app from firebase?

我的笔记本电脑坏了,我没有任何备份,所以我所有的工作都丢失了。我一直在开发一个网络应用程序,并且一直在使用 firebase 来托管它。是否可以从 firebase 取回源代码?

来自@Kato

There is no method available to grab your Firebase code. You should be utilizing your own version control (e.g. git) to manage your revisions and backups.

如果您的代码在没有任何备份的笔记本电脑上,那么您的代码很可能已经丢失。
对于您的下一个项目 - 开始使用 GIT(例如 github