Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 550 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 550 Bytes

firestore-lift

DEPRECATED

Has been surplanted by https://github.com/kevin-ashton/firebase-lift

Purpose

Wrapper for firestore that provides types for the documents and most common firestore functions such as queries.

Example

See test/test.ts for full example

Limitations

  • 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)