0
votes

I've been trying to deploy a React CRUD web-app on firebase however I get "Firebase Hosting Setup Complete" screen whenever I deploy. I have followed documents and after I "firebase init" I choose "Firestore" and "Hosting" from CLI menu and setup the public directory as "build" and didn't make any other changes on initialization but I keep getting Firebase Hosting Page. I don't know why it's not working. I have followed every step on documents. Is there any other way to host my app on Firebase?

1
youtube.com/watch?v=meofoNuK3vo <-- I rewatch this video everytime I need to use firebase hosting. Should do the trick hopefully. - bturner1273

1 Answers

0
votes

Were there any error messages with firebase deploy? Try to deploy a html file and check whether it works.

Also make sure to check using a private window.