0.1.30 • Published 5 years ago

ra-data-firestore-client-naggertooth v0.1.30

Weekly downloads
23
License
ISC
Repository
github
Last release
5 years ago

ra-data-firestore-client

A Firestore Client for the awesome react-admin framework. This library is a modified version of aymendhaya/ra-data-firebase-client

For a quick demo:

clone the repo & run

npm install 
npm run init 
npm run demo 

To install & test RestProvider & AuthProvider:

npm install ra-data-firestore-client-naggertooth

Check example implementation.

For AuthProvider, don't forget to add the user UID to your Firestore DB under /users matching the following structure:

"users": {
    "UID": {
        "isAdmin": true
    }
}

Important

Firestore doesn't have counter of documents in a collection without taking a snap So I got forced to add serverside function that increments {collection}/config/numberOfDocs with write operations because my collection counts over than 50000 docs


ra-data-firestore-client also supports base64 image uploading.

0.1.30

5 years ago

0.1.29

5 years ago

0.1.22

5 years ago

0.1.23

5 years ago

0.1.24

5 years ago

0.1.25

5 years ago

0.1.26

5 years ago

0.1.27

5 years ago

0.1.28

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.18-a

5 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago