FireIgniteFlow Lite is the official VS Code companion that solves the biggest pain point of working with NoSQL: building analytics on Firebase Firestore. Export your Firestore collections directly into your local or remote PostgreSQL database in a single click, completely free.
🚀 Key Features
One-Click Export: Run the migration with a single command from your IDE command palette.
Secure Credentials: Your Firebase Service Accounts and Postgres URIs are stored safely using the native VS Code Secrets Storage (encrypted at the OS level).
Progress Tracking: Interactive progress bars that show you how many documents have been successfully extracted and written in real-time.
Free for Developers: Part of our open-source "Hobby" initiative to speed up developer workflows.
⚡ How to Use
Open the command palette (Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on macOS).
Run FireIgniteFlow: Export to Postgres.
The extension will securely prompt you for:
The absolute path to your Firebase Service Account JSON key.
Your target PostgreSQL Connection URI.
Watch the progress bar migrate your collections!
To reset your keys, run FireIgniteFlow: Clear Credentials.
👑 Go Pro: Real-Time Sync & Schema Inference
Are you hitting the limitations of daily batch exports?
FireIgniteFlow Cloud is our enterprise-ready SaaS that continuously streams your Firestore mutations to Postgres in real-time (under 50ms latency) with:
Automatic Schema Inference: No DDL required. Your nested JSON and arrays are automatically flattened into relational tables.
Zero Data Loss: Redis-backed queues automatically retry writes if your destination database drops connection.