I've been trying to fix this issue for 2 days now and I couldn't find a viable solution yet :(
I am deploying my React Single-Page App onto Firebase Hosting but I get this famous page "Firebase Hosting Setup Complete" after deploy. I've tried to deploy from the index.html in the public and build folder but none of them works. It looks like I don't have a firebase.json nor a firebaserc file created in my project after init. Could it be the reason?
Here are screenshots of the setup :
enter image description here
I found the solution. I was actually running the command outside my project /users/maxime instead of /users/maxime/projectname !