This is a simple React + Firebase app. The allows basic crud operations to authenticated login users.
- Reactjs
- Firebase
- Security Rules in Firebase
To use this app, you can either download the source code and follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory in the command line.
- Run npm install to install the required dependencies.
- Run npm start to start the development server.
- Open a browser and navigate to http://localhost:3000/ .
Note: API keys given in util/firebaseSetup.js will not work by the time you clone this repo. They are given there for understanding.