Adapter / @fjell/lib-firestore
Document persistence
Maps library operations to Firestore documents, references, queries, and events.
How to use it
Maps library operations to Firestore documents, references, queries, and events.
Minimal project sample
const users = createFirestoreLibrary(registry, coordinate, firestore, definition, options);
const active = await users.operations.find("active", {});Where it connects
This component participates in the Fjell workflow as a adapter layer. See the complete relationship map and sample application to understand its neighbors.
See architecture → See sample app →