如何重置使用 firebase 托管的默认项目?

How can I reset the default project hosting with firebase?

我一直在使用 firebase 来测试应用程序。我将某个项目设置为默认项目。现在我想部署一个不同的项目,但不明白如何删除以前的默认项目。 (我几乎没有使用终端的经验)。

您可以更改 Firebase CLI 在目录中使用的默认项目 运行:

firebase use --add

然后在项目列表中,select您的项目。最后输入别名 default(或您之前输入的任何内容)。

有关命令的完整列表,请查看 reference documentation of the Firebase CLI