Create or edit apphosting.yaml- see
Configuration [blocked] for more information on how to
do so.
If the app needs safe access to sensitive keys, use
npx -y firebase-tools@latest apphosting:secrets commands to set and grant
access to secrets.
Run npx -y firebase-tools@latest deploy when you are ready to deploy.
Automated deployment via GitHub (CI/CD)
Alternatively, set up a backend connected to a GitHub repository for automated
deployments "git push" deployments. This is only recommended for more advanced
users, and is not required to use App Hosting. See
CLI Commands [blocked] for more information on how to set
this up using CLI commands.
Emulation
See Emulation [blocked] for more information on how to test
your app locally using the Firebase Local Emulator Suite.