Firebase
Firebase is on the roadmap. Agents will query Firestore collections, read documents, check Realtime Database nodes and look up users in Auth to answer questions about your app — while writes, deletes and rule changes are destructive-tier and need your approval.
What your agents can do with Firebase
- Query Firestore collections and documents
- Read Realtime Database nodes
- Write or delete documents (with approval)
- Look up users in Firebase Auth
How to connect Firebase to Velaris
- 1
Get early access
Join the waitlist — we open access in waves.
- 2
Request Firebase
Vote for the Firebase connector in the community.
- 3
Get notified
We'll ping you the moment Firebase goes live.
Popular ways to use it
Firebase + Velaris — common questions
Can an agent delete a Firestore document?
Not on its own. Deletes and batch writes are destructive-tier — the agent shows you the exact document paths first and waits for your approval.
Which service account permissions does Velaris need?
A viewer-scoped service account covers every automatic read. Write permissions are only needed if you want the approval-gated writes available at all.
Can agents read my Firebase Auth user records?
They can look up a user by uid or email when your request calls for it. Password hashes and provider secrets are never exposed, and bulk export is not part of the connection.