1.2.2 • Published 2 years ago

react-firebase-roles-editor v1.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

react-firebase-roles-editor

Frontend editor interface to perform CRUD operations on CMS data.

Usage

Ensure Firebase has been initialized before anything else is done.

const RolesScreen = import('firestore-roles-editor');
// ...
// Route to it
// ...
<Route path={`${ROUTE_ROLE}/*`><RolesScreen/></Route>

Firebase config for test environment:

See FIREBASE_CONFIG_README.md in src/Config.

You add the config file FIREBASE_CONFIG.json at that level.

That config file gets ignored by version control.

See SERVER_CONFIG_README.md in src/Config.

You add the config file SERVER_CONFIG.json at that level.

That config file gets ignored by version control.

For Developer

Remember to npm run build before npm publish.

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.5

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago