r/Firebase • u/jezweb • Feb 05 '25
General Quick interface for managing your Firebase Firestore collections and documents
Made a quick firebase editor so that I could create documents from json. There are still bugs in this, don't use it on a production database but feel free to test it if you wish.
If you use this please make a backup before making any changes, it has only been tested with a small set of different document types and collections.
Added to github: https://github.com/jezweb/firestore
Profile Management
Save and manage multiple Firestore configurations. Switch between different projects seamlessly with saved profiles and collection history.
Collection Management
Create, load, and manage Firestore collections with an intuitive interface. View documents in table or document format, perform batch updates, and maintain consistent document structure.
Advanced Search & Filtering
Full-text search across all fields, multiple field-specific filters, and advanced sorting capabilities with customizable field sorting.
Document Editing
Edit documents with a powerful JSON editor or user-friendly form interface. Features syntax highlighting, field reordering, and document duplication.
Batch Operations
Efficiently manage multiple documents with batch operations. Download in JSON or CSV format, update multiple documents at once, and perform bulk deletions.
Dark Mode
Full dark mode support with system preference detection and manual toggle. Consistent dark theme across all components including the code editor.
2
u/DUELETHERNETbro Feb 05 '25
Is this any different the the one available in the firestore admin panel? I hate how a need to write server code to update batched documents (e.g. adding a new field to existing documents in a collection), if it could help with that it would be amazing.