Firebase

Firebase (Google) is a mobile and web application development platform with authentication, database, and hosting services.

Prerequisites

  • A Firebase account (Google account)
  • A Google Cloud access token with Firebase API access

Connect

conjra add firebase

MCP Tools

create_firebase_project

Create a new Firebase project.

ParameterTypeRequiredDescription
projectIdstringYesGlobally unique, lowercase, 6-30 chars
displayNamestringNoHuman-readable name

get_firebase_config

Get Firebase project configuration (admin SDK config).

ParameterTypeRequiredDescription
projectIdstringYesFirebase project ID

enable_firebase_auth

Enable an authentication provider for a Firebase project.

ParameterTypeRequiredDescription
projectIdstringYesFirebase project ID
providerIdstringYespassword, google.com, github.com, etc.
clientIdstringNoOAuth client ID
clientSecretstringNoOAuth client secret
Edit this page on GitHub