OCNORA

Firebase SQL Connect

Databases & warehousesOAuth 2.0credential probe

Firebase SQL Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database (Google OAuth2).

OCNORA ships 11 typed Firebase SQL Connect operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 11

  • Create Connector
    Creates a new Connector in a given project and location.
    firebase_data_connect.create_connector
  • Create Service
    Creates a new Service in a given project and location.
    firebase_data_connect.create_service
  • Delete Connector
    Deletes a single Connector.
    firebase_data_connect.delete_connector
  • Delete Service
    Deletes a single Service.
    firebase_data_connect.delete_service
  • Execute Graphql
    Execute any GraphQL query or mutation against the Firebase SQL Connect's generated GraphQL schema. Grants full read and write access to the connected data sources.
    firebase_data_connect.execute_graphql
  • Get Connector
    Gets details of a single Connector.
    firebase_data_connect.get_connector
  • Get Service
    Gets details of a single Service.
    firebase_data_connect.get_service
  • List Connectors
    Lists Connectors in a given project and location.
    firebase_data_connect.list_connectors
  • List Services
    Lists Services in a given project and location.
    firebase_data_connect.list_services
  • Update Connector
    Updates the parameters of a single Connector, and creates a new ConnectorRevision with the updated Connector.
    firebase_data_connect.update_connector
  • Update Service
    Updates the parameters of a single Service.
    firebase_data_connect.update_service

Run your first Firebase SQL Connect workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.