tiny-firestore-odm 0.1.0

A tiny object-document mapper for Google Firestore, focusing on a key/value object store usage model.
Documentation

tiny-firestore-odm

wokflow state crates.io

tiny-firestore-odm is a lightweight Object Document Mapper for Firestore. It's a lightweight layer on top of firestore-serde, which does the document/object translation, adding a Rust representation of Firestore "collections" along with methods to create/modify/delete them.

The intent is not to provide access to all of Firestore's functionality, but to provide a simplified interface centered around using Firestore as a key/value store for arbitrary collections of (serializable) Rust objects.