Home/Web/Firebase
F
License:Proprietary (SDKs: BSD-3-Clause / Apache-2.0)
API available Sign-up required

Firebase

About

Google's app development platform — NoSQL database, auth, hosting, analytics and cloud functions. Integrates deeply with the Google Cloud ecosystem.

Pricing

Free / monthly

Firebase is a backend-as-a-service from Google that covers common app needs: Firestore and Realtime databases, authentication, hosting, cloud storage, analytics, and serverless functions via Cloud Functions.

Key Features

  • Firestore: flexible, scalable NoSQL document database.
  • Authentication for email, social and anonymous sign-in.
  • Hosting with global CDN and one-command deploys.
  • Cloud Functions for serverless backend logic.
  • Analytics and Crashlytics for mobile apps.
  • Remote Config and A/B testing.

Pricing

  • Spark (free): 1 GB Firestore storage, 10 GB hosting, 125k functions invocations/month.
  • Blaze (pay-as-you-go): Spark limits plus on-demand usage billing.

Getting Started

  1. Create a project at console.firebase.google.com.
  2. Install the CLI: npm install -g firebase-tools.
  3. Run firebase init and select your features, then firebase deploy.