OCNORA

Firebase Hosting

Business appsOAuth 2.0credential probe

The Firebase Hosting REST API enables programmatic and customizable management and deployments to your Firebase-hosted sites (Google OAuth2).

OCNORA ships 11 typed Firebase Hosting 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 Site
    Creates a new Hosting Site in the specified parent Firebase project.
    firebase_hosting.create_site
  • Create Version
    Creates a new version for the specified site.
    firebase_hosting.create_version
  • Delete Site
    Deletes the specified Hosting Site from the specified parent Firebase project.
    firebase_hosting.delete_site
  • Delete Version
    Deletes the specified version.
    firebase_hosting.delete_version
  • Get Config
    Gets the Hosting metadata for a specific site.
    firebase_hosting.get_config
  • Get Site
    Gets the specified Hosting Site.
    firebase_hosting.get_site
  • Get Version
    Get the specified version that has been created for the specified site.
    firebase_hosting.get_version
  • List Sites
    Lists each Hosting Site associated with the specified parent Firebase project.
    firebase_hosting.list_sites
  • List Versions
    Lists the versions that have been created for the specified site.
    firebase_hosting.list_versions
  • Update Site
    Updates attributes of the specified Hosting Site.
    firebase_hosting.update_site
  • Update Version
    Updates the specified metadata for the specified version.
    firebase_hosting.update_version

Run your first Firebase Hosting 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.