How do I start firebase in the correct directory?

SEB:~ SEB$ cd /Users/SEB/Desktop/demo/polymer
SEB:polymer SEB$ firebase init

🔥🔥

You're about to initialize a Firebase project in this directory:

/Users/SEB

      

I just don't understand why ... How can I start Firebase in my "polymer" directory? Thank. Sebastien

+3


source to share


1 answer


Check the /Users/SEB

box for the file firebase.json

and remove it if it exists. When firebase init

launched, it climbs up the directory tree looking for a parent directory that has already been initialized as a Firebase project.



+12


source







All Articles