npm install -g firebase-tools
- Create an account on the firebase website (Google account)
- Join the project that Remy has set up
- Login via the command line
firebase login
You can deploy a version of the web app on your computer. This is useful for testing.
- Make sure Java is installed
- Deploy via the command line
firebase emulators:start
There is also a way to monitor functions and other firebase related stuff.
- Create a pull request and merge your content into
dev
. - Then create a pull request and merge your content into
main
. - A GitHub Action will run and automatically deploy to production
firebase deploy --only hosting
The --only hosting
part only deploys the content in the public
folder.
You can deploy the entire app by excluding it.