Sign In

firestore-lift

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firestore-lift

## Purpose

latest
npmnpm
Version
2.4.0
Version published
Maintainers
1
Created
Source

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)

FAQs

Package last updated on 08 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts