Changelog
All notable changes to Firestore Browser are documented in this file. The format follows Keep a Changelog and the project adheres to Semantic Versioning.
Maintainers / AI agents: every user-facing change MUST add an entry under
## [Unreleased]in the same edit. See.lovable/changelog-policy.md.
[Unreleased]
Added
- Functions tab — deployed function discovery. The
/functionspage now lists every Gen-2 Cloud Function already deployed in the connected project (across all regions), grouped as "Managed here" vs "Deployed only". Any deployed-only function can be imported into the editor with one click — the importer reconstructs its trigger, region, memory, timeout, and env vars, and seeds a placeholder source so it can be edited and redeployed. - Refresh button on the Functions list to re-query deployed functions without leaving the page.
Changed
- Landing page refresh. The homepage now covers every surface Firebase Browser ships (Firestore, Storage, Rules, Indexes, Users, Cloud Functions, AI assistant, command palette), with updated meta tags, expanded feature grid, and a broader comparison table.
[0.4.0] - 2026-06-24
Added
- Cloud Functions management — new
/functionsroute to create, edit, and redeploy Firebase Cloud Functions (Gen 2) directly from the browser. Supports HTTPS, callable, Firestore (onCreate/onUpdate/onDelete/onWrite), and scheduled (cron) triggers on thenodejs20runtime. Source code is stored in a_functionsFirestore collection and zipped in-browser before being uploaded via the Cloud Functions Admin REST API. - AI Assistant — built-in chat assistant that can list and query
collections, draft documents, generate infographics in a sandboxed
JavaScript worker, and manage Cloud Functions (
listFunctions,createFunction,updateFunction,deleteFunction,deployFunction). Mutating tool calls require explicit user approval. - JS Sandbox — Web Worker–based JavaScript runtime used by the assistant to produce charts and infographics without leaving the browser.
- Changelog page — new
/changelogroute rendersCHANGELOG.mdso the current state of the product is always visible to users.
Changed
- Landing page now highlights the AI Assistant and Cloud Functions surfaces and links to the changelog.
- Docs site adds dedicated sections for the AI Assistant and Cloud Functions.
[0.3.0] - 2026-05
Added
- ⌘K command palette — jump to any collection, recent document, page, or action without leaving the keyboard.
- Card view for image- and title-heavy collections.
- Smart cell renderers — images render as thumbnails, timestamps as
relative time, and
DocumentReferencevalues become clickable chips that peek the linked document.
[0.2.0] - 2026-04
Added
- Security rules editor — Monaco-based editor with syntax highlighting, outline tree, risk badges, coverage map, version history with diff, and a simulator for testing access before publishing.
- Indexes — list, create, and delete composite indexes; deep links
from
FAILED_PRECONDITIONquery errors. - Storage — browse, upload, preview, and delete objects in the project's Cloud Storage buckets.
[0.1.0] - 2026-03
Added
- Initial release: Google sign-in, multi-project picker, three-pane Firestore browser with typed field editor, queries (WHERE / ORDER BY / LIMIT), and JSON import / export.