Deployment
Setup
- Commit your code, switch to the main git branch and merge firebase:
terminal
git add . git commit –m "Time to ship" git checkout main git merge firebase
- Use your favorite hosting provider (Vercel for me) to create a new project based on the GitHub repo. You can deploy your app anywhere Angular is supported: Vercel, Netlify, Render, etc.
- Using Google Oauth? Follow the production checklist (scroll down on the page)
- Using Stripe? Follow the production checklist (scroll down on the page)

Congrats on making it that far, legend!