Skip to main content
Article

Why Firestruct is built as a modular Firebase console

The current build focuses on Firestore, Auth, and Storage with public labels for live-supported, emulator-first, partial, and planned workflows.

Author
Firestruct team
Published
2026-05-03
Updated
2026-05-03
Reading time
3 min read
  • modules
  • firebase console
  • product

Firestruct is intentionally modular. Instead of placing every Firebase action into one oversized dashboard, each product area gets a focused workspace with its own navigation, output views, safety checks, and task history.

Current build focus

  • Firestore for queries, table inspection, JSON/tree/log outputs, emulator-proven edits/imports/exports/transfers/backups, and guarded live request-shape workflows.
  • Authentication for user search, sorting, edits, custom claims, providers, import/export, transfer, and admin.auth() scripts.
  • Storage for bucket browsing, file previews, metadata, emulator-proven upload/download/delete workflows, guarded production controls, and URL workflows.

Why modules matter

Firebase projects rarely stay limited to one service. A user support issue might begin in Auth, require a linked Firestore record, and end with a Storage file or profile image. Firestruct keeps those surfaces in one native app while still making each workflow clear enough to use repeatedly.

Newer modules are intentionally labeled by evidence level: some are emulator-first, some expose deterministic local checks, and some are still partial until approved live Firebase proof exists. The goal is not to hide complexity. The goal is to give each Firebase operation a clear place to live without presenting simulated or request-shape behavior as completed live support.

Related content

Keep comparing the Firestruct product surface.

Article/articles/firebase-emulator-workflow/

A safer Firebase emulator workflow for Firestore, Auth, and Storage

A practical workflow for testing Firestore queries, Auth administration, and Storage operations locally before touching production Firebase data.

Open article
Article/articles/firestore-javascript-queries/

When to use JavaScript queries in a Firestore GUI

Learn when a guided Firestore query is enough, when JavaScript is useful, and how to keep custom data investigations repeatable and safe.

Open article
Article/articles/firebase-custom-claims/

How to manage Firebase custom claims without losing user context

A safety-focused guide to reviewing and editing Firebase custom claims while keeping Auth identities, tenants, and Firestore profiles connected.

Open article