One native GUI for local Firestore, Auth and Storage emulators.
Connect to local Firebase services, inspect seeded data and exercise operational workflows before pointing the same workspace at a live project.

Build and verify workflows against local Firebase data
The Firebase Local Emulator Suite provides local service endpoints. Firestruct connects those endpoints to the same focused Firestore, Auth and Storage modules used for project work.
Local targets make it practical to test queries, user edits, uploads, imports and exports with disposable data before a team approves a production workflow.
- Firestore emulator queries and mutations
- Authentication emulator user administration
- Storage emulator browsing and file operations
- Visible emulator endpoints and project labels
Keep local and production targets unmistakable
A local emulator should never be visually confused with production. Firestruct stores emulator endpoints in the project registry and presents environment context wherever an operation can change data.
Read-only project mode, path validation and explicit confirmation add further protection when the workflow later moves to a live Firebase project.
Reuse queries and scripts across repeatable checks
Save Simple queries and JavaScript scripts while developing locally, then reopen the complete view with columns and output mode intact.
Before using the workflow elsewhere, review the selected project, database and environment. Firestruct is designed to make that transition deliberate rather than implicit.