firestore-parser
JSON →Library to parse Firestore REST API JSON responses into plain JavaScript objects. v0.9.0 (latest) - stable, maintenance mode. Transforms Firestore's verbose type-keyed format (e.g., {stringValue: "foo"}) into natural JS types (e.g., "foo"). Unlike manual mapping or generic JSON manipulation, this library handles all Firestore value types recursively, including nested maps, arrays, timestamps, and references. Ideal for developers working directly with Firestore's REST API (not client SDK) who need clean output.
Resources
packagefirestore-parser ↗