Deploy Functions

Build and deploy Firebase Functions to production Use when this capability is needed.

tomevault-io a11abe2 2 files · 1.2 KB Updated

File contents

Deploy the Firebase Functions:

  1. Build functions: npm --prefix functions run build
  2. Deploy: firebase deploy --only functions
  3. Verify deployment by checking function URLs in output

If deployment fails with rate limiting, wait 60 seconds and retry.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/blanxlait--pantry-agent--deploy-functions commit a11abe2dbc

Frequently asked questions

npx skillmds@latest add tomevault-io/deploy-functions