OCNORA

Firebase Realtime Database

Databases & warehousesOAuth 2.0credential probe

Read/write JSON at paths in a Firebase Realtime Database via REST (Google OAuth2).

OCNORA ships 5 typed Firebase Realtime Database 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 5

  • Delete
    Delete the data at a Realtime Database path.
    firebase_realtime_db.delete
  • Get
    Read the JSON value at a Realtime Database path (optionally filtered).
    firebase_realtime_db.get
  • Push
    Append a value under a path with an auto-generated key.
    firebase_realtime_db.push
  • Set
    Write (overwrite) the JSON value at a Realtime Database path.
    firebase_realtime_db.set
  • Update
    Merge child keys into a Realtime Database path without overwriting.
    firebase_realtime_db.update

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