We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did everything written in this README.md, but all I can see when I enter the URL is the following:
What should I do next?
Thank you.
The text was updated successfully, but these errors were encountered:
the files havent been copied. Find the firebase.json and modify public directory to reflect the relative path of the browser folder
{ "hosting": { "public": "dist/frontend/browser", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] } }
Once that is done run the command firebase deploy --only hosting You should see the message that 40 files have been transferred.
firebase deploy --only hosting
Sorry, something went wrong.
No branches or pull requests
I did everything written in this README.md, but all I can see when I enter the URL is the following:
What should I do next?
Thank you.
The text was updated successfully, but these errors were encountered: