FIX Fixed Firestore stream errors: streams now recover automatically instead of leaving the view stuck
FIX Fixed an issue in Firebase Auth → multi-tenancy when opening a tenant
PERF Added a button to create a workspace directly from a project home
PERF Improved stability on macOS
2.0.0
2026-08-26
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 (specification 2026-07-28) with around 50 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, Firebase Auth user counter, 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 Code generation from the Query Builder now also supports pipeline queries: code is generated for the SDKs that support pipelines (Admin: Node.js, Python, Go, Java — Client: Web/TypeScript, Kotlin, Swift)
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, and reference previews are shown in the Firestore explorer
NEW Added last sign-in date to the user list (Firebase Auth)
NEW Added the user count to the user list (Firebase Auth)
NEW Added multi-tab support to Firebase Auth as well: you can open several tabs for different filters, and also for different tenants
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
NEW Global search now lets you open documents in a new window
NEW In the Firestore explorer you can copy the value of some attributes of the selected documents, optionally only the unique values (documents with the same value are copied only once)
NEW Added find in page (CMD+F / CTRL+F) to search for text in the current screen
NEW Added the option to anonymize documents on export and import (for example to share sensitive data without revealing private information) and for the AI assistant. It also supports recognition through an AI NER model via the ONNX (Open Neural Network Exchange) runtime
NEW Improved shortcuts, see the full list at https://fuegoapp.dev/docs/shortcuts
NEW Added support for int64 and double (float64) numbers in Firestore. Numbers are stored as int64 if they are integers and fit in the int64 range, otherwise as double. In the inline editor and in the Monaco editor you can force the type with `{"__int64__": 0}` or `{"__double__": 0}`
NEW Added realtime updates in tree view for nested resources as well
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
FIX Fixed a bug when editing Firestore objects (GeoPoint, Timestamp, Reference) in the inline popover editor
PERF Improved performance of the Firestore table view and the user list
PERF 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
PERF 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)
PERF New macOS icon in Liquid Glass style
PERF When the sidebar is closed, it now appears on hovering the left edge, for quicker access to the main actions
PERF Redesigned home: adaptive stacked project cards, a bookmarks strip, persistent extra views, and grids that adapt to the available space
PERF 'Views' have been renamed to 'workspaces' across the app
1.2.1
2026-06-24
FIX Fixed an issue with read time queries introduced in version 1.1.0
NEW Added the ability to generate Firestore query code directly from the app. Supports multiple languages and frameworks including JavaScript, TypeScript, Python, Java, Go, C#, Ruby, PHP, Node.js, Flutter, and more. Accessible from the code icon in the Query Builder sidebar or from the context menu of saved queries
NEW Added settings synchronization via Storage or Firestore (configurable in settings), allowing settings to stay synced across devices and users
NEW Added the ability to rename files in File Management (Firebase Storage)
NEW Added support for copying and moving files or folders in File Management (Firebase Storage)
NEW Added support for editing Firestore indexes (under the hood, the old index is deleted and recreated with the updated configuration)
NEW Added MFA support in User Management
NEW Added the ability to change subscriptions (monthly/yearly) and cancel subscriptions directly from the app (Settings → License)
NEW Added a direct link to manage payment methods in the app (Settings → License)
NEW When a license is removed from a device, it is now automatically unlinked so it can be used elsewhere (useful for LTD licenses)
NEW Simplified creation of collections and documents when a database or collection is empty
NEW Improved handling of invalid or missing permission errors (further improvements planned)
NEW Visual Query Builder now supports editing queries as validated JSON and pasting queries copied from external sources such as Firebase Console or Postman. This also makes it easier to run the same query across different collections and databases
NEW Visual Query Builder now supports query analysis. ⚠️ This feature may be slow and costly on complex queries or large datasets. It is recommended to use it with simple queries or low limits
FIX Fixed an issue affecting some users with legacy MFA in the Firebase Auth user list
FIX Fixed an issue in the Query Builder and inline editing for number fields where cutting and pasting numeric values was not possible
FIX Fixed a UI issue when entering numeric vectors for `findNearest` searches
1.1.7
2026-03-13
FIX Fixed an issue in the Firestore explorer where queries using `select` would still show all columns instead of only the selected fields
FIX Replaced the confirmation shortcut SHIFT+Enter with CMD+S (CTRL+S on Windows) to avoid conflicts with SHIFT+Enter used for inserting a newline
FIX Fixed project reload: collections (added or removed) are now synchronized, project databases are refreshed, and existing collection schemas are reloaded
FIX Fixed an issue in Global Search where opening results from queries on different collections could open an empty tab or show results from the previous query
PERF When reloading the app (OPTION+R) or refreshing the app (CMD+R), all active listeners are now stopped to free resources and memory
PERF Standardized reload shortcuts in the Users list and Cloud Storage views
1.1.6
2026-02-04
FIX Fixed an issue with Global Search introduced in version 1.1.5
FIX Fixed an issue in Global Search where storage results wouldn't open if the item was a directory instead of a file
1.1.5
2026-02-01
FIX Fixed a 'context deadline exceeded' error when running long background tasks
FIX Fixed an issue with adding new projects
1.1.4
2026-01-30
FIX Fixed an issue with custom queries in Global Search
1.1.3
2026-01-28
FIX Improve stability on Windows 11
1.1.2
2026-01-26
FIX Fixed a bug with keyboard navigation in table rows and some modal windows
FIX Fixed various minor UI issues
1.1.1
2026-01-24
FIX Fixed an issue in table view where switching between table and tree views would not work correctly in certain conditions
FIX Fixed an issue with saving open tabs in the Firestore explorer
FIX Fixed a problem with Firebase Auth email links: addresses like 'localhost' are now allowed for local development
PERF Improved toast messages to make them clearer and more helpful. You can now customize their style, position, and duration in the settings
PERF Improved table view performance: when loading more than 100 documents, virtual scroll is now used to enhance speed
1.1.0
2026-01-21
NEW Added keyboard shortcuts and improved keyboard navigation in table view
NEW Added bucket search by name in the Cloud Storage bucket list
NEW Added ability to copy field values in Auth user details and Storage file details
NEW Added secure password generator in user creation/edit (Auth)
NEW Added support for generating custom tokens with custom claims in user management (Auth)
NEW Added support for generating authentication tokens using custom tokens (signinWithCustomToken) in user management (Auth)
NEW Added support for generating password reset, email verification, and email link sign-in links in user management (Auth)
NEW Added action to revoke all refresh tokens for a user in user management (Auth)
NEW Global Search now allows opening query results directly in the explorer
NEW Global Search now supports creating queries for collection groups
NEW Added support for creating 'startAt', 'startAfter', 'endAt', and 'endBefore' filters from the document context menu (Filters → Cursors)
NEW Added ability to view orphan documents (non-existent documents with subcollections) in the explorer when realtime updates are disabled. This feature supports limit, offset, and cursors (startAt, startAfter, endAt, endBefore). ⚠️ May be slow on collections with many documents
NEW Added option to pin (default setting) or unpin the ID column in document table view (Settings → View → Table)
NEW Added support for importing Firestore documents from JSON files (array of maps or map of maps)
FIX Fixed an issue where the saved views list would not update after saving or editing a view
FIX Fixed an issue in tree view where clicking reload would not refresh all expanded paths
FIX Fixed a bug with the read time selector
FIX Fixed an issue with document selection
FIX Fixed a bug when editing vector fields
FIX Fixed an issue where the view mode (tree or table) wasn't saved when switching tabs
FIX Fixed a deadlock in the query listener system that could cause the app to freeze
FIX Fixed issues with some queries in global search
FIX Fixed theme switching issues (dark/light): some styles in the explorer were not updating correctly
FIX Fixed issues in the Firestore document tab context menu
PERF Improved performance in table view: reduced unnecessary data reloads and faster tab switching within the app
NEW Added Firestore index management: you can now view, delete, or create missing indexes directly from the app. You can also compare indexes across different databases and keep them in sync by creating missing ones or removing outdated ones
NEW Added support for the Vector data type (float32 and float64) for viewing/exporting and editing/importing documents
NEW Added support for `findNearest` queries (vector search)
NEW Added the ability to configure AI providers to generate vector embeddings directly from the app (currently supports Google Gemini & Vertex API, OpenAI, Ollama, and other OpenAI-compatible providers). These embeddings can be used for `findNearest` queries or batch updates, allowing for easy migration of existing Firestore data into different vector embeddings
NEW Emulators found locally are now listed in the app menu under the Emulators section for quicker access
FIX Fixed an issue with read time in table view
FIX Fixed a bug in the document path breadcrumb where middle-clicking would navigate back instead of opening in a new tab
FIX Fixed an issue where CMD+C in the Query Builder sidebar would copy the entire query instead of the selected text. The new shortcut to copy the full query is now CTRL+SHIFT+C
0.30.2
2025-10-12
FIX Fixed an issue in Firestore data explorer where inconsistent data was shown after editing a document
FIX Fixed an infinite loading issue when an index was required
FIX Fixed an issue where the 'Reset query' action had no effect
0.30.1
2025-10-10
FIX Fixed a bug with the document context menu in the collection table where 'Open in new tab' did not work correctly
0.30.0
2025-10-06
NEW Added the ability to clone subcollections when duplicating a document
NEW Added support for editing queries as JSON in the Query Builder
FIX Fixed a bug in the Document → Duplicate Document menu where an invalid path caused an error
NEW Added the ability to open a new window (CMD+Shift+N on macOS, CTRL+Shift+N on Windows)
FIX Fixed an emulator-related issue introduced in version 0.26.4
PERF Removed CTRL+A shortcut on Windows to avoid conflicts with 'Select All'. The shortcut for 'New Document' is now CTRL+N. On macOS, CTRL+A remains as an alias
PERF Changed the shortcut for adding a new project to OPTION+SHIFT+N (ALT+SHIFT+N on Windows). It was previously CMD+SHIFT+N
PERF Added autofocus to the confirmation code input field when performing dangerous actions
PERF Improved automatic reactivation of Google tokens when they expire or become invalid
0.26.7
2025-08-06
FIX Fixed an issue with Point-in-Time Recovery (PITR) where document differences were not displayed
PERF Improved readability issues in light theme
0.26.6
2025-08-04
FIX Fixed a regression introduced in version 0.26.4 that prevented opening projects created with older versions of Fuego
0.26.5
2025-08-02
FIX Aligned number-saving behavior with the Firestore JavaScript SDK when importing or saving numbers from the UI. Numbers are now stored as integers or floats based on the input value, instead of always being stored as floats. Future improvements will enhance schema-based number handling. See: https://github.com/firebase/firebase-js-sdk/blob/main/packages/firestore/src/remote/number_serializer.ts
0.26.4
2025-08-01
NEW Added a contextual menu with quick actions in the project list (sidebar)
FIX Fixed an issue where documents were not loading in the Document Diff view
FIX Fixed an issue preventing documents with references to different projects or databases from being saved
FIX Fixed an issue where inline editor saves would overwrite references with the current project and database when referencing different projects or databases
PERF When selecting a read time in table view, a confirmation button is now displayed instead of triggering a query on every read time update
NEW Added support for Google Cloud Storage (beta), including image previews (resized), a text file editor with syntax highlighting for many languages (such as Go, TypeScript, CSS, PHP, Ruby, Python, Swift, and more), PDF and video preview, and file/folder upload/download.
NEW In the document table view, columns are now resizable and can be rearranged via drag & drop.
NEW Bookmarks have been improved — they can now be renamed.
NEW Added more icons to the icon picker.
NEW When editing a document, the latest version is now fetched to avoid conflicts.
NEW Improved global search: you can now filter by resource type (users, documents, collections, storage) and choose whether to search across all projects or only selected ones.
NEW Added code lens and inline hints in the Monaco Editor to simplify the insertion of objects such as GeoPoint, Timestamp, and Reference.
NEW Added snippets in the Monaco Editor to simplify the insertion of complex objects such as GeoPoint, Timestamp, and Reference.
FIX Changed the keyboard shortcut to open filters: now `CMD+SHIFT+F` on macOS and `CTRL+SHIFT+F` on Windows/Linux (previously `CMD+E` / `CTRL+E`).
PERF Improved performance in table view.
PERF Enhanced context menu responsiveness.
PERF Refined tooltips for better readability.
0.25.2
2025-05-19
FIX Fixed a bug where the last used folder for export was not remembered in certain cases.
FIX Fixed an issue that caused problems with inline attribute editing on the dashboard under specific conditions.
FIX Fixed an import issue: data is now updated correctly according to the selected mode — set, update, or merge.
FIX Fixed the maximum column width for 'customClaims' in the user table view.
FIX Fixed a minimum height issue in the document comparison view.
0.25.1
2025-05-15
FIX Fixed issues with data not updating correctly when opening a document’s detail view.
0.25.0
2025-05-05
NEW Enhanced and extended Point in Time Recovery (PITR). You can now run queries using a specific date to view past data and restore collections or documents — even deleted ones — within the retention period (1 hour by default, 7 days for databases with PITR enabled). More info: https://firebase.google.com/docs/firestore/pitr
NEW Added option to enable/disable mixed selection of documents from different collections (disabled by default; enable to restore previous behavior).
NEW Removed the 30-document limit when exporting selected documents.
NEW In the collections list (sidebar), you can now open a collection in a new tab with the middle mouse button.
NEW Added option to preview objects and arrays in table/tree view (enabled by default; disable to restore previous behavior).
NEW Added option to use fixed column widths in table view (prevents column resizing while scrolling).
FIX Improved tree view behavior: Reload now refreshes nested subcollection documents, updates data when editing a document, and keeps expanded nodes open.
PERF Background task history is now limited to 100 entries (older entries are removed automatically).
PERF Improved context menus and UI options.
0.24.1
2025-03-17
FIX Added 'Settings' menu option and `CMD+,` (mac os) shortcut to open settings.
0.24.0
2025-03-10
NEW Improved visibility of premium features when using the free version.
NEW Added the ability to try the Pro version without requiring a subscription.
NEW Clicking the middle mouse button on a reference now opens the document in a new tab.
NEW Added an option to customize how default columns are selected (Settings -> View -> Table).
PERF The table view now uses virtual scrolling to enhance performance (can be disabled in Settings -> View -> Table).
PERF Improved image previews in table view.
0.23.1
2025-03-07
FIX Fixed an issue in export where it would get stuck at 10,000 documents when selecting attributes not present in the query condition/order.
FIX Fixed an issue in export where attempting to save to a read-only directory now triggers an error before reading all documents.
0.23.0
2025-03-07
NEW In feedback submissions, the maximum file size has been increased to 10MB, and users can now attach a small video.
FIX Fixed an issue preventing document copies between the cloud database and the emulator when using the same project ID.
FIX Fixed a licensing issue where an expired license was incorrectly marked as invalid even after renewal.
FIX Lists of attributes are now updated after modifying documents.
PERF Minimized the background activity indicator.
0.22.0
2025-02-23
NEW Fields with multiple modifications are now validated in case of conflicts.
NEW Added support for `query != null` conditions.
NEW Added the ability to clone dashboard widgets.
FIX Swapped the CMD+R and OPTION+R shortcuts: CMD+R now refreshes the page, while OPTION+R reloads the app.
FIX Fixed an issue when editing documents with multiple changes.
FIX Fixed an issue where the feedback form was not reset after submission.
FIX Fixed an issue in export where attributes were not set according to saved settings.
PERF Auto-focus is now applied when opening the inline form editor.
0.21.0
2025-02-20
NEW Added a feedback form.
FIX Fixed an issue with Firebase Auth on the emulator (default port 9099).
0.20.0
2025-02-19
NEW Added contact information in the Help menu.
NEW Added 'Check for updates' option in the main 'Fuego' menu.
NEW Added changelog in the update notification modal.
FIX Fixed an issue that caused the app to crash when canceling an active background task.
FIX Restored the icons in the Tools menu.
PERF Improved export performance for large collections, preventing timeout issues.
0.19.3
2025-02-18
FIX Fixed an issue preventing the addition of a project when the emulator was active in the free version. Improved visibility of premium features.
FIX Fixed an issue where deselecting all users did not work correctly.