Developer Tools8 toolsPaste one API key
Firebase integration for AI agents
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.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Firebase once and call the same tools from all of them.
Setup
Connect Firebase through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Firebase exposes 8 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
firebase_discover_sign_in_methods | Look up sign-in methods previously used by a Firebase account email | Read |
firebase_get_auth_project_config | Get the public Firebase Authentication configuration associated with the connected Web API key | Read |
firebase_verify_password_reset_code | Validate a Firebase password-reset OOB code and identify the associated email and request type | Read |
firebase_refresh_id_token | Exchange a Firebase refresh token for a fresh Firebase ID token and rotated refresh token using | Read |
firebase_sign_in_with_custom_token | Exchange a trusted server-minted Firebase custom token for a Firebase ID token and refresh token | Read |
firebase_sign_in_with_email_link | Complete Firebase email-link sign-in using an email address and the one-time OOB code from a | Read |
firebase_sign_in_with_idp | Sign in with one configured external identity provider using provider-specific OAuth or OIDC | Read |
firebase_sign_in_with_password | Sign in an existing Firebase Authentication user with email and password and return fresh ID | Read |