Manage Firebase Authentication users with their application context.
Search users, inspect providers and custom claims, run Auth scripts and open the Firestore profile connected to an identity—all inside the selected Firebase project.

Search and review users without losing context
Support work often starts with an email address, UID or phone number and then crosses into application data. Firestruct keeps the selected Firebase project and tenant visible while you inspect the user.
The Auth workspace supports table, tree, JSON and log views so teams can scan many accounts or inspect one complete user record without changing tools.
- Search by UID, email or phone
- Review disabled state, providers and profile fields
- Inspect and edit custom claims
- Import, export and transfer workflows through task progress
Connect Auth identities to Firestore profiles
A Firebase Authentication record rarely contains the whole customer story. Firestruct can map project-wide or tenant-scoped identities to a Firestore project, database and collection.
Routes can use the UID as the document ID or map a UID field, and tenant routes can point to shared collections, separate collections, other databases or linked Firebase projects.
Script advanced Auth queries locally
JavaScript mode provides an admin.auth()-style API for cases that do not fit a basic search. Saved scripts return structured users to the standard result views and capture console output in Logs.
Production edits remain explicit operations with target labels and confirmation. This keeps flexible administration compatible with a reviewable support process.