react-cms-firestore-editor

1.5.3 • Public • Published

react-cms-firestore-editor

Frontend editor interface to perform CRUD operations on CMS data.

Usage

Ensure Firebase has been initialized before anything else is done.

const CmsScreen = import('react-cms-firestore-editor');
// ...
// Route to it
// ...
<Route path={`${ROUTE_CMS}/*`><CmsScreen/></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.

For Developer

Remember to npm run build before npm publish.

Package Sidebar

Install

npm i react-cms-firestore-editor

Weekly Downloads

4

Version

1.5.3

License

Apache-2.0

Unpacked Size

40.9 kB

Total Files

28

Last publish

Collaborators

  • wtesler