2.0.0-beta 2026-07-21
NEW: AI assistant that helps you write queries, generate JSON Schemas, generate query code and much more. It supports Gemini, Vertex AI and OpenAI-compatible providers (OpenAI, OpenRouter, Ollama); AI providers now also support chat models, configurable in Settings → AI
NEW: Native multi-window support: open individual resources in a new window from the context menu, with state kept in sync across windows and better OS integration (e.g. Stage Manager on macOS)
NEW: Added an MCP server with over 30 tools to manage indexes, users, Firestore, Storage, and much more. You can find it in the AI tab
NEW: The Query Builder now shows a live count of the documents matching your query as you build it
NEW: New dashboard widgets: charts, top lists, notes, and Storage (preview a single file or list files from a query)
NEW: JSON Schema generation from your documents, with AI assistance
NEW: Document validation against a JSON Schema
NEW: Improved index management: more filters, support for creating index exemptions, improved creation of vector indexes, management of search indexes and of per-field TTL policies, and index management for Firestore Enterprise edition
NEW: Index suggestions: analyse a query from the index manager and get the index recommended to run it
NEW: Added pipeline support for Firestore Enterprise edition
NEW: Improved background tasks: tasks can now be paused and resumed, and the activity sidebar shows more detailed information. Tasks interrupted by a forced quit are restored on the next start and resume from where they stopped
NEW: New `.fuego` file format for export and import (File → Export / File → Import): app backups, views/dashboards, and shared queries now use a single format with a manifest and integrity verification. Legacy formats (.zip backups, .json views and queries) can still be imported
NEW: New `fuego://` URL scheme and `.fuego` file association: open links to documents, collections, queries, Storage files/buckets, and users directly in the app (double-click a .fuego file or follow a fuego:// link). 'Copy Fuego link' is available from the document context menu, the query share menu and the command palette. Some of these capabilities are available on macOS and Windows only (not on Linux)
NEW: Added drag & drop support in Storage to move documents, files, and folders — or copy them by holding Option (macOS) / Alt (Windows)
NEW: Added drag selection to select multiple items in Storage
NEW: Added a compact icon view for files in Storage
NEW: Open a project in a new window by middle-clicking the project name, or with CMD/CTRL+click
NEW: Added a sync button to the main toolbar to make syncing projects and settings easier
NEW: Previews of reference values now load the referenced document
NEW: Added last sign-in date to the user list (Firebase Auth)
NEW: Added a notification center
NEW: Added a command palette to quickly run actions (CMD+Shift+P on macOS, CTRL+Shift+P on Windows)
NEW: Bookmarks: save collections, documents, queries and Storage files as bookmarks and find them again on the home screen or in a dedicated dashboard widget
NEW: Quick view: open documents and Storage files in a lightweight preview window from the context menu, without leaving the current view
FIX: Fixed PITR appearing as not activatable when retrieving database info failed silently: the Firebase CLI could return unparsable output (success with empty data) that was cached for 60 minutes, leaving the PITR state incorrectly shown as 'disabled'. Database info is now read primarily through the Firestore Admin SDK (a single, more reliable call), fallbacks are validated, and incomplete results are never cached. The picker now distinguishes the 'unknown' state from 'disabled' and includes a 'Re-check' button that bypasses the cache (also useful right after enabling PITR from the console)
FIX: Fixed the 'The request is not allowed by the user agent...' error when sharing queries: sharing now saves a .fuego file through a native dialog instead of the Web Share API
IMPROVED : Improved performance of the Firestore table view and the user list
IMPROVED : Redesigned the read time (PITR) picker: an inline calendar with date and time replaces the timeline of buttons, with a header showing the current selection and its relative time, and the window of available versions is now shown explicitly
IMPROVED : Visual polish across the app and fixed several graphical glitches (especially context menus and popovers, which in 1.2 had issues depending on the available space)
IMPROVED : New macOS icon in Liquid Glass style
IMPROVED : When the sidebar is closed, it now appears on hovering the left edge, for quicker access to the main actions
IMPROVED : Redesigned home: adaptive stacked project cards, a bookmarks strip, persistent extra views, and grids that adapt to the available space
IMPROVED : 'Views' have been renamed to 'workspaces' across the app
