{
  "slug": "firebase",
  "name": "Firebase",
  "url": "https://firebase.google.com",
  "cat": "backend",
  "group": "back",
  "tagline": "Google BaaS with NoSQL and auth",
  "price": "Spark free: Firestore 1GiB, 50K reads/20K writes per day, 10GiB egress, 50K Auth MAU. Blaze is pay-as-you-go; Cloud Functions require Blaze.",
  "tier": "mixed",
  "pick": false,
  "what": "Google's backend suite: Firestore and Realtime Database, Authentication, Hosting, Cloud Functions and Cloud Messaging. The no-cost Spark plan gives 1GiB Firestore storage with 50,000 reads and 20,000 writes per day. Blaze is pay-as-you-go and is required for Cloud Functions and outbound networking.",
  "why": "Fifteen years of tutorials means models generate Firebase code confidently. An official MCP server ships inside <code>firebase-tools</code>, and Firebase Studio is Google's own AI app builder wired straight into it.",
  "warn": "Per-document read billing punishes chatty UIs, and a runaway loop on Blaze can produce a shocking bill overnight. NoSQL modelling also resists later migration to SQL.",
  "install": "npx -y firebase-tools@latest mcp",
  "category": {
    "key": "backend",
    "name": "Databases & backend",
    "desc": "Where your data lives. Free-tier pausing behaviour is the field to read.",
    "group": "back",
    "groupName": "Give it a backend"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://firebase.google.com/",
    "checked_at": "2026-08-18T22:10:46.578+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}