Firebase MCP

by gannonh
Verified

auth_get_user

Retrieve user details by ID or email from Firebase Authentication using the Firebase MCP server, simplifying user management and authentication workflows.

Instructions

Get a user by ID or email from Firebase Authentication

Input Schema

NameRequiredDescriptionDefault
identifierYesUser ID or email address

Input Schema (JSON Schema)

{ "properties": { "identifier": { "description": "User ID or email address", "type": "string" } }, "required": [ "identifier" ], "type": "object" }

You must be authenticated.

Other Tools from Firebase MCP

Related Tools

ID: x4i8z2xmrq