Has been surplanted by https://github.com/kevin-ashton/firebase-lift
Wrapper for firestore that provides types for the documents and most common firestore functions such as queries.
See test/test.ts
for full example
- Expects every document in every collection to have an
id
property that matches the firestore document key - Does not support sub-collections
- Does not support collection-groups
- Does not support array data types (they are stored as objects anyway)