Connect Firebase to your AI agent
Firebase Authentication client tools for project discovery, user sign-in and sign-up flows, out-of-band codes, and Secure Token refresh using a Firebase Web API Key.
We set up the connection using your own Firebase account, with keys you control, and keep it running. Your agent picks it up and starts doing the work.
What your agent can do in Firebase
Each one is a real action the agent can take on its own, the same things a person clicking around Firebase could do. Read-only by default; write actions are confirmed against your policy.
- Discover sign in methods Look up sign-in methods previously used by a Firebase account email. Firebase anti-enumeration settings can suppress results, so empty lists or an absent registered value do not prove that the account does not exist.
- Get Auth Project Config Get the public Firebase Authentication configuration associated with the connected Web API key, including the project ID and authorized domains. This does not authenticate a user or grant backend access.
- Refresh ID Token Exchange a Firebase refresh token for a fresh Firebase ID token and rotated refresh token using Google's Secure Token service.
- Sign In With Custom Token Exchange a trusted server-minted Firebase custom token for a Firebase ID token and refresh token. The exchange may create the Firebase user on their first sign-in.
- Sign In With Email Link Complete Firebase email-link sign-in using an email address and the one-time OOB code from a previously delivered sign-in link. This may create the Firebase user on first sign-in; it does not send email.
- Sign In With Identity Provider Sign in with one configured external identity provider using provider-specific OAuth or OIDC credential parameters. This sign-in-only tool may create the Firebase user on first sign-in and rejects Firebase idToken accou…
- Sign In With Password Sign in an existing Firebase Authentication user with email and password and return fresh ID and refresh tokens. Requires the Email/Password provider to be enabled.
- Verify Password Reset Code Validate a Firebase password-reset OOB code and identify the associated email and request type without changing the password.
How we connect it
- 1
Connect your account
You create a key in Firebase, a key you create and control, and paste it in once. It lives in a secrets store on your server, not with us.
- 2
Set the guardrails
Read-only by default. You choose which write actions the agent may take, and anything outside that policy gets confirmed with you first.
- 3
We keep it running
Health checks on every connection, updates handled for you, and we watch the first week of activity to make sure the work lands.
FAQ
Firebase questions, answered.
Ready to put Firebase to work?
Tell us what your team runs on. We set up the connection, secure it, and your agent takes it from there.
All product names, logos, and brands are property of their respective owners; used for identification only. ZeroToClaw is not affiliated with or endorsed by Firebase.