Fuego 1.2.0 ships query code generation in 10+ languages, cross-device settings sync via Firebase, MFA support, and a new Team plan with shared billing.
Fuego 1.2.0 is out. Settings sync across devices, new Team plan, File Management upgrades, MFA support and more.
Here’s what’s new.
Fuego has always been available as an individual license. With 1.2.0 we’re making it official: the Team plan is here, designed for teams that want one billing account and easy license management.
The Team plan is priced with a discount compared to buying individual licenses separately, and the annual billing option saves you even more. The more seats you add, the better the per-seat rate.
If your team is growing and you’re buying licenses one by one, this is a good time to consolidate.
If you work on Fuego from multiple machines, keeping settings consistent has meant copying config manually. Starting with 1.2.0, you can enable Settings Sync and let Firebase handle it automatically.
Go to Settings → Sync and choose your backend:
Both options sync in the background whenever settings change. The sync works across any number of devices and users connected to the same Firebase project — which makes it particularly useful for teams.
⚠️ Note: Settings sync is currently in beta. The storage format may change in future releases. Enable it from Settings and let us know how it works for your setup.
This feature is a natural fit for teams where multiple developers share the same Firebase project: everyone stays on the same query presets, UI preferences, and connection configuration without any manual coordination.
File Management now supports the operations you’d expect from any file manager:
These operations work on both individual files and entire folders, and they respect your Firebase Storage security rules.
Indexes can now be edited, not just created or deleted. Select an existing index, modify its fields or configuration, and save. Under the hood, Fuego deletes the old index and recreates it with the updated settings — Firestore doesn’t support in-place index updates, but Fuego handles that transparently so you don’t have to.
Multi-Factor Authentication management is now available directly in the User Management panel. You can view a user’s enrolled MFA factors and manage them without leaving Fuego.
This release also fixes an issue that was affecting some users with legacy MFA configurations in the Firebase Authentication user list.
You can now manage your subscription directly from Settings → License:
The Query Builder has always let you compose and run queries visually. Now it takes the next step: generate ready-to-paste code for any query you build, in the language and framework of your choice.
Click the code icon in the Query Builder sidebar — or right-click any saved query and choose Generate code from the context menu — and Fuego will produce a complete, idiomatic snippet for your stack.
Supported languages and frameworks include:
This is especially useful when you prototype a query in Fuego and then need to ship it in your backend or mobile app. No more translating query logic by hand.
Two other upgrades make the Query Builder even more flexible:
Edit queries as validated JSON. You can now switch to a raw JSON view and edit your query directly — Fuego validates the structure in real time. This also makes it trivial to paste queries copied from the Firebase Console, Postman, or any other tool, and run them immediately across different collections or databases.
Query analysis (beta). Run an analysis on any query to understand its performance profile — which indexes it uses, how many documents it scans, and where the cost is coming from.
⚠️ Important: Query analysis can be slow and expensive on complex queries or large datasets. Use it with simple queries or low
limitvalues to keep costs under control.
When a database or collection is empty, Fuego now surfaces a simplified creation flow right in context — no need to navigate to a separate panel. Fewer clicks to get your first document created.
findNearest queriesFuego 1.2.0 is available today. Download it from fuegoapp.dev or update from within the app.
If you’re on an individual plan and want to move to a Team plan, or if you have questions about licensing, reach out at support@fuegoapp.dev.
Related resources:
After two years in production, Fuego reaches version 1.0.0 with index management, vector support, and AI embeddings.
In Fuego 0.28.0, you can now copy/paste queries, export them as .txt, and use Firestore’s Explain and Analyze to inspect query plans, index usage, cost, and execution stats.
Fuego 0.27 adds full support for Firestore's 'bytes' data type, resolves an emulator issue, improves Google token handling, and updates keyboard shortcuts on Windows.