Firebase
for LuumenAI

Check Firebase Authentication config and sign-in flows from the terminal

Connect Firebase Authentication with a Web API key and Luumen can read the public auth config for the project, see which sign-in methods an account has used, and validate a password-reset code before anyone touches the account. Sign-in and token exchange calls run as previewed steps you approve, so support work leaves a record.

The Firebase toolbox

8 tools: 3 read, 5 write. Reads answer instantly. Writes require approval by default. Everything is logged.

  • ReadDiscover Sign-In MethodsLook up sign-in methods previously used by a Firebase account email.
  • ReadGet Auth Project ConfigGet the public Firebase Authentication configuration associated with the connected Web API key, including the project ID and authorized domains.
  • ReadVerify Password Reset CodeValidate a Firebase password-reset OOB code and identify the associated email and request type without changing the password.
  • WriteRefresh ID TokenExchange a Firebase refresh token for a fresh Firebase ID token and rotated refresh token using Google's Secure Token service. Approval by default
  • WriteSign In With Custom TokenExchange a trusted server-minted Firebase custom token for a Firebase ID token and refresh token. Approval by default
  • WriteSign In With Email LinkComplete Firebase email-link sign-in using an email address and the one-time OOB code from a previously delivered sign-in link. Approval by default
  • WriteSign In With Identity ProviderSign in with one configured external identity provider using provider-specific OAuth or OIDC credential parameters. Approval by default
  • WriteSign In With PasswordSign in an existing Firebase Authentication user with email and password and return fresh ID and refresh tokens. Approval by default

One prompt, start to finish

What a governed Firebase run looks like inside Luumen.

Questions

How does LuumenAI connect to Firebase?

Authorize once with API token. Luumen lists the scopes each action needs before you approve the connection, and credentials never appear in the chat.

Can LuumenAI change things in Firebase on its own?

Read actions answer immediately. Anything that writes — refresh id token, sign in with custom token, sign in with email link, sign in with identity provider, and more — is shown as a plan and requires approval by default. Administrators configure that per tool, so you decide exactly which actions can ever run unattended.

Who gets access to the integration?

You decide. Actions are granted per agent, skill, and team, and per environment — production is not staging. Read access can be broad while writes stay narrow.

Is there an audit trail?

Every call to Firebase — read or write, approved or declined — is recorded with the actor, the input, and the result, and can be linked to the ticket or change record.

Put Firebase to work with Luumen

Connect in minutes. Every action scoped, approved, and audited from day one.