0.1.30 • Published 4 years ago

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

Weekly downloads
23
License
ISC
Repository
github
Last release
4 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

4 years ago

0.1.29

4 years ago

0.1.22

4 years ago

0.1.23

4 years ago

0.1.24

4 years ago

0.1.25

4 years ago

0.1.26

4 years ago

0.1.27

4 years ago

0.1.28

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.18-a

4 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago