Fuego’s Global Search feature allows you to instantly search across all your Firebase projects and services — from Firestore documents to authentication users, storage paths, and even custom queries — all in one place.
Whether you’re debugging an issue, navigating through data, or investigating user activity, Global Search gives you the power to find what you need quickly and precisely.
Fuego supports global search across multiple resource types:
📦 Firebase Storage
Search by path using matchGlob, which supports wildcards and flexible pattern matching.
👤 Firebase Authentication Users
Search by:
📚 Firestore Collections & Documents
🔎 Saved Custom Queries
Execute predefined queries using placeholders based on the search string input.
Search term: info@miserve.com
Fuego returns:

You can configure your global search to:

One of the most powerful aspects of Global Search is its ability to use your saved custom queries. You can build reusable queries with dynamic placeholders that are automatically filled with the global search string.

For example, you can create a query to:
orderUIDcoupon referenceWhen creating a saved query, use {{query}} as a placeholder for the dynamic input. These work with:

You can also scope queries to specific projects and collections, add multiple conditions, and configure how results should be sorted or limited.
Global Search in Fuego helps you work faster, debug smarter, and find anything — from users and data to complex document relationships — with just one search.
Start using Global Search today and supercharge your Firestore and Firebase workflows.