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?
– Costamilam
You set the default project in a directory. If you want to create another project, open another directory and do the
firebase init
– Rosário Pereira Fernandes