I can not use Hosting on Firebase

0

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?

    
asked by anonymous 12.01.2018 / 16:55

1 answer

0

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 .

    
12.01.2018 / 17:39