ra-data-firestore-client-ada-u

0.1.23 • Public • Published

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-ada-u

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
    }
}
$ npm version patch
$ git push origin tags/v0.1.22
$ npm publish ./

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

Package Sidebar

Install

npm i ra-data-firestore-client-ada-u

Weekly Downloads

1

Version

0.1.23

License

ISC

Unpacked Size

70 kB

Total Files

14

Last publish

Collaborators

  • adachang