firebase-rest

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A lightweight REST client for Firebase Realtime Database, version 1.0.0. It wraps the standard Fetch API to provide a simple interface for CRUD operations, supporting both raw and JSON-parsed responses via `Client` and `JSONClient`. Unlike the official Firebase SDK, it avoids heavy dependencies and can be used in Node.js environments without a full Firebase setup. The package is ESM-only, requires `node-fetch` under the hood, and includes TypeScript type definitions.