How do I switch apps from the firebase cli?

后端 未结 8 661
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-23 09:12

This seems like something which should be pretty easy to do, but for whatever reason, I\'m being defeated.

I\'m trying to use the firebase-tools CLI to interact with

8条回答
  •  既然无缘
    2020-12-23 09:37

    If you are using Node.js on windows, your answer should be

    firebase use 
    

    but without the <> for example

    firebase use chat-app-2a150
    

    You can use the following code to view all your projects so as to pick the correct project ID to use

    firebase projects:list
    

提交回复
热议问题