When I try to make the hosting using the "firebase init" and then I choose the project and the host, I apply the "firebase deploy" but when I open the link this screen appears:
What should I do?
According to documentation , when you enter the command firebase init
, you will be prompted for you to select a folder in the project root where the static files will be. The default is public
.
If you do not have any index.html
there, it will be created for you. Take a look there. This layout is probably the default created by Firebase .