Firebase

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.

8 actions Integration catalog
Request access
Connect Firebase once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Discover Sign-In MethodsFIREBASE_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 ConfigFIREBASE_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 TokenFIREBASE_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 TokenFIREBASE_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 LinkFIREBASE_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 ProviderFIREBASE_SIGN_IN_WITH_IDP
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 account-linking semantics.
Sign In With PasswordFIREBASE_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 CodeFIREBASE_VERIFY_PASSWORD_RESET_CODE
Validate a Firebase password-reset OOB code and identify the associated email and request type without changing the password.