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

kevin-ashton/firestore-lift

Repository files navigation

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)

About

Typed wrapper around firestore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published