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?