firestore-repository

JSON →
library 0.5.0 ·javascript
verified Jun 5, 2026

A minimal, type-safe Firestore ORM implementing the Repository Pattern for TypeScript. Current stable version is 0.5.0, released as needed (no fixed cadence). It provides universal code sharing between backend (Node.js with @google-cloud/firestore) and frontend (web with @firebase/firestore) via adapter packages. Unlike heavier ORMs like Fireorm, it stays close to the official Firestore vocabulary, adds compile-time schema validation, and supports auto-completion for field paths in queries.