ts-fireway

JSON →
library 1.1.2 ·javascript
verified Jun 7, 2026

ts-fireway is a schema migration tool for Firestore, inspired by Flyway. Current stable version is 1.1.2, released as an npm package with no regular cadence. It provides a CLI to apply migration files (JS or TS) to Firestore, with support for dry-run, custom migration paths, project IDs, and Firestore emulator. Key differentiators: TypeScript-first with full type definitions, simple file-naming convention based on semver, and integration with Firebase Admin SDK. It is best suited for developers who want a lightweight, declarative migration workflow for Firestore without heavy ORM dependencies.