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 firebaseMCP Tools
create_firebase_project
Create a new Firebase project.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Globally unique, lowercase, 6-30 chars |
displayName | string | No | Human-readable name |
get_firebase_config
Get Firebase project configuration (admin SDK config).
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Firebase project ID |
enable_firebase_auth
Enable an authentication provider for a Firebase project.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Firebase project ID |
providerId | string | Yes | password, google.com, github.com, etc. |
clientId | string | No | OAuth client ID |
clientSecret | string | No | OAuth client secret |