Project ...
First, install the dependencies.
$ npm install
Or using yarn.
$ yarn
Create a file called .env in root directory project. Copy the content with the following code to .env file, and replace with values.
#Firebase Environments
REACT_APP_API_KEY=""
REACT_APP_AUTH_DOMAIN=""
REACT_APP_DATABASE_URL=""
REACT_APP_PROJECT_ID=""
REACT_APP_STORAGE_BUCKET=""
REACT_APP_MESSAGING_SENDER_ID=""
REACT_APP_APP_ID=""
The project can be viewed on link.