firestore-lift
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

firestore-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 storing null in a docment (removes it)
  • Does not support collection-groups
  • Does not support array data types (as they stored as objects anyway)

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i firestore-lift

    Weekly Downloads

    1

    Version

    2.4.0

    License

    MIT

    Unpacked Size

    136 kB

    Total Files

    31

    Last publish

    Collaborators

    • aashtonk