An editor for react-cms-firestore. Edit cms data from the web. Easily integrate this into your own react website.
npm install react-cms-firestore-editor
const CmsScreen = import('react-cms-firestore-editor');
// ...
// Route to it
// ...
${ROUTE_CMS}/*>
`
$3
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.
$3
Remember to npm run build before npm publish`.