A Firebase Client for the awesome react-admin framework. A continuity for sidferreira/aor-firebase-client
PS: We are still in BETA. AuthProvider & RestProvider are available
clone the repo & run
npm install
npm run init
npm run demo
npm install ra-data-firebase-client
Check HERE for implementation tutorial.
For AuthProvider, dont forget to add the user UID to your firebase DB under /users matching the following structure:
"users": {
"UID": {
"isAdmin": true
}
}
Check HERE for implementation tutorial.