2.1.0-beta 2026-09-02
NEW: New panel view for the Firestore explorer (Firebase-console style): browse collections and documents in side-by-side columns, with the drill-down path kept per tab, per-panel filters and context menus, progressive loading of the id list, and — on a document — a toggle between the field tree and a JSON (Monaco) editor with save
NEW: The path breadcrumb has moved to the top, right under the toolbar, and is now shared by every Firestore view mode and by the Storage explorer, with a new style, a context menu on each segment and an editable path (Enter confirms, Esc cancels)
NEW: New query bar in the explorer: a 'Filter and sort…' box in the toolbar with a simplified popover to filter and sort without opening the query builder. It also gives access to saved queries, to resetting the filters and to the advanced query builder (still needed for more complex queries). The box summarizes the whole query — filters (groups included), sorts, limit, offset and projection — the popover also edits the limit and its preview spells the query out in full, and a query too complex for the popover (several conditions, groups, cursors, pipelines, …) makes the box open the advanced query builder directly
NEW: New search box on the Firebase Authentication page: like the Firestore explorer, a 'Search users…' box in the toolbar opens a popover that replaces the filters sidebar. Conditions (combined with OR) can target the user ID, the email, the phone number or the provider, or use the new Auto mode (the default): a single field whose value is looked up as a user ID and, when it has the shape of one, as an email or a phone number as well. ⌘⇧F / Ctrl+Shift+F opens the popover on Windows and Linux too
NEW: The same search box in the Storage explorer: the toolbar box now opens a popover holding every filter that used to live in the sidebar. Search by text (across the whole bucket) or by glob pattern, and set the prefix, delimiter, offsets, page size and soft-deleted objects; the box summarizes the active filters and its × clears them, bringing the previous folder back. ⌘⇧F / Ctrl+Shift+F opens the popover on Windows and Linux too
NEW: Custom JavaScript scripts to transform your data: available in update documents, in document export and import, and in user export and import as well. Scripts can be saved to a reusable library, tested on the first 10 documents/users with writes disabled, and on failure they can either skip the document or stop the whole operation
NEW: Macros: export and update-documents configurations can be saved as a macro and replayed later. You pick the scope (collection, database or the whole project), manage them from a dedicated library, and find them in the command palette and in the bookmarks sidebar. Macros can also be shared as .fuego files
NEW: Added YAML support to document and user imports
NEW: Read time (PITR) support for pipeline queries as well, including loading the differences between versions (fields computed by the pipeline are excluded from the comparison)
NEW: In the point in time recovery view of a document, the selected date can now be applied directly to the collection query
NEW: In update documents, the increment operation now lets you choose between int64 and double (it always used double before)
NEW: .fuego files can now be opened by dragging them onto the application window
NEW: Improved database creation: the database selector always stays available (so databases can be created on non-emulator projects too), and you can choose the location, the edition (Standard or Enterprise) and MongoDB compatibility; the database list can also be reloaded
NEW: The database picker now supports filtering by name and keyboard navigation, with a dedicated shortcut to open it
NEW: Improved subcollection navigation from the table view: a document's subcollections are listed in the detail overlay and can be previewed without leaving the current tab
NEW: The chosen view mode (table, tree or panels) is now remembered and reflected in the tab URL
NEW: Double-click the title bar to maximise/restore the window (the macOS 'Fill' setting is honored)
FIX: When the saved Google sign-in can no longer be read (the key protecting it changed: Fuego moved to another computer, its data restored or synced from another machine, a system reinstall, or a different Intel/Apple Silicon build), the error now explains the cause and offers a 'Renew authentication' button instead of a generic 'edit project to fix it' message
FIX: gcloud CLI errors are now shown in full instead of the generic "exit status 1"
FIX: Fixed database creation: the response of the long-running operation was not parsed correctly
FIX: Fixed user export and import when a transform script is used
FIX: Fixed missing documents not listing their own subcollections in panel view
FIX: Fixed a phantom click that dismissed the popover after changing the location when creating a database
FIX: Searching Firebase Authentication users by phone number never found anyone: on its own it failed with "no valid filters", combined with other conditions it was silently ignored
FIX: When the emulator behind the open project stops answering, the page is now blocked by an overlay saying the emulator is no longer reachable, with a 'Reconnect' action (runs the emulator discovery) and a shortcut back to the Fuego home; before, the sidebar header turned into a permanent placeholder and the rest of the page stayed clickable
IMPROVED : Text confirmation for risky operations now accepts extra characters after the keyword: typing a full collection name longer than the truncated keyword no longer leaves the button disabled
