Realtime Database JSON paths and Firebase Auth user admin — read, write, query, and manage users. Connect Firebase to AI agents and downstream tools when data actually changes.
Get DataRetrieves the JSON value at a Realtime Database path.
Get Shallow KeysRetrieves only the keys at a Realtime Database path.
Get UserReturns Firebase Auth users that match the given identifiers.
List UsersRetrieves Firebase Auth users in the project.
Query DataRetrieves data at a path using order and filter query parameters.
Query UsersRetrieves Firebase Auth users that match the query conditions.
Batch Create UsersUploads multiple Firebase Auth users into the project.
Create Session CookieCreates a Firebase session cookie from an ID token.
Create UserCreates a Firebase Auth user in the project.
Delete DataDeletes the JSON value at a Realtime Database path.
Delete UserDeletes a Firebase Auth user.
Delete Users in BatchDeletes multiple Firebase Auth users.
Make an API CallPerforms an arbitrary authorized API call.
Push DataPushes a child with an auto-generated key onto a Realtime Database path.
Revoke User TokensRevokes refresh tokens for a Firebase Auth user.
Send Auth EmailSends a Firebase Auth email for a password reset or email verification.
Set DataReplaces the JSON value at a Realtime Database path.
Update DataUpdates child keys at a Realtime Database path without replacing siblings.
Update UserUpdates an existing Firebase Auth user.
When to use Firebase
Common scenarios where Firebase automation saves time and reduces manual work.
Use "Get Data" as an automated action in Firebase so records stay consistent whenever something changes elsewhere in your stack.
Run "Get Shallow Keys" in Firebase from any upstream event — map fields once and let the automation handle the rest.
Include "Get User" from Firebase in larger multi-tool workflows to move data end-to-end without hand-offs.
Frequently asked questions
Common questions about automating Firebase in your workflows.
Firebase has no triggers, but it provides 19 actions including "Get Data", "Get Shallow Keys", and "Get User". Pair them with triggers from other apps to automate Firebase tasks.
Connect Firebase to any app in workflows
Search apps and open an app-to-app integration page in one click.