How can I reset the default project hosting with firebase?

让人想犯罪 __ 提交于 2021-02-07 07:31:36

问题


I have been using firebase to test apps. I set a certain project as the default. Now I would like to deploy a different project but do not understand how to remove the previous project as a default. (I have almost no experience using the terminal).


回答1:


You can change the default project that the Firebase CLI uses in a directory by running:

firebase use --add

Then in the list of projects, select your project. And then finally for the alias name enter default (or whatever you entered before).

For a full list of the commands, have a look at the reference documentation of the Firebase CLI.



来源:https://stackoverflow.com/questions/52344461/how-can-i-reset-the-default-project-hosting-with-firebase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!