Skip to content

Firebase ​

Manage Firestore documents, authentication, and cloud messaging.

DetailValue
CategoryCloud & Infra
Base URLhttps://firebase.googleapis.com/v1beta1
AuthenticationBearer Token
Endpoints5
Connector keyfirebase

Using Firebase in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Firebase from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /projects/{projectId}/databases/(default)/documents/{collectionId}List documents in a collection
POST /projects/{projectId}/databases/(default)/documents/{collectionId}Create a document
GET /projects/{projectId}/databases/(default)/documents/{documentPath}Get a document
PATCH /projects/{projectId}/databases/(default)/documents/{documentPath}Update a document
POST /projects/{projectId}/databases/(default)/documents:runQueryRun a structured query

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.