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.
8 tools: 3 read, 5 write. Reads answer instantly. Writes require approval by default. Everything is logged.
What a governed Firebase run looks like inside Luumen.
Authorize once with API token. Luumen lists the scopes each action needs before you approve the connection, and credentials never appear in the chat.
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.
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.
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.
Connect in minutes. Every action scoped, approved, and audited from day one.