New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-firebase-roles-editor

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-firebase-roles-editor

An editor for firebase-roles. Edit roles from the web. Easily integrate this into your own react website.

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

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.

Keywords

react

FAQs

Package last updated on 02 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts