A Firestore Client for the awesome react-admin framework. This library is a modified version of aymendhaya/ra-data-firebase-client
clone the repo & run
npm install
npm run init
npm run demo
npm install ra-data-firestore-client
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
}
}