OCNORA

Firebase App Check

Business appsOAuth 2.0credential probe

Firebase App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing (Google OAuth2).

OCNORA ships 9 typed Firebase App Check 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 9

  • Batch Update
    Atomically updates the specified Service configurations.
    firebase_app_check.batch_update
  • Create Debug Token
    Creates a new DebugToken for the specified app.
    firebase_app_check.create_debug_token
  • Delete Debug Token
    Deletes the specified DebugToken.
    firebase_app_check.delete_debug_token
  • Get Debug Token
    Gets the specified DebugToken.
    firebase_app_check.get_debug_token
  • Get Service
    Gets the Service configuration for the specified service name.
    firebase_app_check.get_service
  • List Debug Tokens
    Lists all DebugTokens for the specified app. For security reasons, the token field is never populated in the response.
    firebase_app_check.list_debug_tokens
  • List Services
    Lists all Service configurations for the specified project. Only Services which were explicitly configured using UpdateService or BatchUpdateServices will be returned.
    firebase_app_check.list_services
  • Update Debug Token
    Updates the specified DebugToken.
    firebase_app_check.update_debug_token
  • Update Service
    Updates the specified Service configuration.
    firebase_app_check.update_service

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