Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding committed Nov 25, 2020
1 parent 2412d97 commit f5512af
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# react-admin-firebase-lazy-loading (v.3.2.20)

### NPM Package for react-admin-firebase with Lazy Loading update
[react-admin-firebase-lazy-loading](https://www.npmjs.com/package/react-admin-firebase-lazy-loading)
`yarn add react-admin-firebase-lazy-loading`

#### New Features
- lazy-loading - fetching lists and references, using native Firebase SDK Query for filters, sort and pagination
- it's solution for the High Reads issue in library (pre-loading all collection docs)
- Firestore reads logger - functionality for testing lazy-loading solution - it's logging
all reads performed by library (for current page, for session and custom resettable)
- it's providing React hooks to access logged values
- Relative File Paths - new option, if set to true, only relative paths to files in storage
will be saved in documents - more desciption in [Options](#options) section


#### Original library
[react-admin-firebase (npm)](https://www.npmjs.com/package/react-admin-firebase)
[react-admin-firebase (GitHub)](https://github.com/benwinding/react-admin-firebase)

# react-admin-firebase
<!-- [START badges] -->
[![NPM Version](https://img.shields.io/npm/v/react-admin-firebase.svg)](https://www.npmjs.com/package/react-admin-firebase)
Expand Down

0 comments on commit f5512af

Please sign in to comment.