@11thdeg/skaldstore
v0.7.13-beta.5
Published
Firestore helper classes for myrrys.com pelilauta, skald, and charna
Downloads
276
Maintainers
Readme
skaldstore
Firestore data model and helpers for Skald, Pelilauta and others.
This collection of Storable entities, is also used to document the Personally Identifiable Information (PII) that is stored in the database. (In Finnish: henkilörekisteri).
Releases
0.4.0
- Added
Storable
parent class to all entities, to make it easier to handle them in a generic way. - Key of a
Storable
is now a non optionalString
instead ofString?
. A key of a new entity will be generated by the firebase backend – and should be omitted (or set to '' (empty string)) when creating a newStorable
entity.
0.3.0
Support for entites on Pelilauta 14+.
0.2.0
Support for firestore entities used by Pelilauta and Charna.