Answers for "welcome firebase hosting setup complete you're seeing this because you've successfully setup firebase hosting. now it's time to go build something extraordinary! open hosting docum"

Go
0

Firebase Hosting Setup Complete You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

Solution 1: check your index.html inside "build" folder and index.html in your own project. They should be the same, if not, copy code index.html outside "build" folder and paste into index.html inside "build" folder.

solution 2 : delete your .firebase folder. and init it again.
=> firebase init
? What do you want to use as your public directory? build < == NOTE: "build" is my directory
? Configure as a single-page app (rewrite all urls to /index.html)? No <== select NO
? File build/404.html already exists. Overwrite? No <== select NO
? File build/index.html already exists. Overwrite? No <== select NO

After doing these things, I also get that notification of "Welcome Firebase Setting Host Complete" , and I just wait for a while. then reload the website.
Posted by: Guest on February-21-2022

Code answers related to "welcome firebase hosting setup complete you're seeing this because you've successfully setup firebase hosting. now it's time to go build something extraordinary! open hosting docum"

Browse Popular Code Answers by Language