Google's hosting for web apps built on Firebase.
Fast static hosting on Google's CDN, with App Hosting alongside it for server-rendered Next.js and Angular apps. The obvious pick if your app already uses Firebase logins or Firestore.
Key info
- Pricing
- Freemium
- Platform
- Web
- Category
- Hosting
- Best for
- Intermediate
- Free plan
- Spark plan covers small static sites
- Paid plans from
- Pay as you go (Blaze), which App Hosting needs
- Hosts
- Static sites, plus server-rendered apps on App Hosting
- Frameworks
- Next.js, Angular, React and any static build
- Databases
- Firestore, Realtime Database, and Postgres through Data Connect
- Custom domains
- Yes
- Email hosting
- No
- Deploy from
- GitHub or the Firebase CLI
Related reading
- Tool reviews
Choosing your first AI coding setup
You need three things, and you probably already have one of them.
Beginner - Fundamentals
Full stack fundamentals without the framework churn
A longer course on how web applications actually fit together: requests, responses, databases, authentication and deployment.
Intermediate - Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert