I don\'t know if this is related to the recent bump of firebase-tools to 6.0 or not. But I\'m unable to deploy my files to a hosting project.
The output after I type fi
Was facing the same issue, my problem was that I had deleted the project in the console but the source-code was still referencing it hence error 404 - resource not found.
My solution was to:
firebase init
and link to your projectfirebase deploy
againOn the bottom of "Firebase Console > Hosting Page" click on "Add another site" and create them with the same name you used for target.