brownieboy / ra-data-firebase-client

Firebase Client for react-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ra-data-firebase-client

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

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-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
    }
}

ra-data-firebase-client now support base64 image uploading.

Check HERE for implementation tutorial.

About

Firebase Client for react-admin


Languages

Language:JavaScript 98.7%Language:HTML 1.3%