Val
Catch missing Firestore indexes before production
The emulator does not fail queries that need a composite index. Find those indexes and add them to firestore.indexes.json before they break production.
Guides, release notes, and notes on building with Firebase.
The emulator does not fail queries that need a composite index. Find those indexes and add them to firestore.indexes.json before they break production.
Turn a Firestore collection into rows and field columns. Scan, sort, filter, and edit without opening every document.
The same desktop UI for the emulator and production. Live connections stay read-only until you turn that off.
Publishing Cloud Tasks to the Firebase emulator via the HTTP API.
Calling the Firebase Pub/Sub emulator directly via the HTTP API.
A complete guide to calling HTTP, callable, Pub/Sub, Cloud Tasks and scheduled functions in the Firebase emulator.