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
- DeleteDelete the data at a Realtime Database path.firebase_realtime_db.delete
- GetRead the JSON value at a Realtime Database path (optionally filtered).firebase_realtime_db.get
- PushAppend a value under a path with an auto-generated key.firebase_realtime_db.push
- SetWrite (overwrite) the JSON value at a Realtime Database path.firebase_realtime_db.set
- UpdateMerge child keys into a Realtime Database path without overwriting.firebase_realtime_db.update
More in Databases & warehouses
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.