ClawLink
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.

ToolWhat it doesKind
firebase_discover_sign_in_methodsLook up sign-in methods previously used by a Firebase account emailRead
firebase_get_auth_project_configGet the public Firebase Authentication configuration associated with the connected Web API keyRead
firebase_verify_password_reset_codeValidate a Firebase password-reset OOB code and identify the associated email and request typeRead
firebase_refresh_id_tokenExchange a Firebase refresh token for a fresh Firebase ID token and rotated refresh token usingRead
firebase_sign_in_with_custom_tokenExchange a trusted server-minted Firebase custom token for a Firebase ID token and refresh tokenRead
firebase_sign_in_with_email_linkComplete Firebase email-link sign-in using an email address and the one-time OOB code from aRead
firebase_sign_in_with_idpSign in with one configured external identity provider using provider-specific OAuth or OIDCRead
firebase_sign_in_with_passwordSign in an existing Firebase Authentication user with email and password and return fresh IDRead