Firestore DB ORM
JSON →Firestore DB ORM is a lightweight, TypeScript-first ORM for Google Firestore (Firebase). It provides a promise-based API for CRUD operations, flexible querying, and automatic ID generation. The current stable version is 1.5.3, with weekly releases. Key differentiators include TypeScript type safety, automatic UUID generation, and a simple API for common Firestore interactions, targeting Node.js 20+. It does not support advanced Firestore features like transactions or batch writes.
Resources
packagefirestore-db-orm ↗