{
  "slug": "firebase-app-hosting",
  "name": "Firebase App Hosting",
  "url": "https://firebase.google.com/products/app-hosting",
  "cat": "host",
  "group": "back",
  "tagline": "Google-managed Next.js SSR host",
  "price": "Requires Blaze pay-as-you-go; not on the free Spark plan. 5 GB storage free then $0.10/GB; 10 GiB/mo uncached egress free then $0.20/GiB; cached egress $0.15/GiB. Classic Firebase Hosting stays free at 10 GB storage and 360 MB/day transfer.",
  "tier": "mixed",
  "pick": false,
  "what": "Google's Cloud Run-backed hosting for Next.js and Angular, with GitHub integration, server-side rendering, rollouts and native hookups to Firestore, Auth and App Check. Classic Firebase Hosting remains a free static CDN with 10 GB of storage and 360 MB of daily transfer.",
  "why": "If Firestore and Firebase Auth are already your backend, App Hosting deletes the glue code — SSR, secrets and the client SDK arrive pre-wired. Classic Hosting alone is still a fine free CDN for a Vite build.",
  "warn": "<b>Blaze has no spend cap</b> — budget alerts notify but never stop anything, which is how Firebase earned its reputation for five-figure overnight bills. Wire the budget Pub/Sub topic to a function that calls the billing API and disables billing, and enable App Check everywhere.",
  "install": "npm i -g firebase-tools && firebase init hosting && firebase deploy",
  "category": {
    "key": "host",
    "name": "Hosting, deploy & edge",
    "desc": "Egress pricing is where every surprise-bill story starts. Spend caps noted per platform.",
    "group": "back",
    "groupName": "Give it a backend"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": null,
    "checked_at": "2026-08-18T16:48:12.002+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}