How to change default project in Firebase via terminal?

Asked

Viewed 229 times

0

I am trying to host a website in firebase, I followed correctly the steps that were guided by the platform. I defined a standard project in the "firebase init" step and now I want to define another one, but I have no idea how to do it. Neither the documentation nor the "firebase deploy help" clearly inform this, and I’m starting to lose hope. help!!

  • You want to start another firebase project?

  • You set the default project in a directory. If you want to create another project, open another directory and do the firebase init

1 answer

1

you can use the following Firebase command: Firebase use < alias >

Where is alias, will be the name of the project you created.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.