✉️ SuperChat

Coded by following this video.

🌳 Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Name Description Default Value
REACT_APP_FIREBASE_API_KEY Firebase Project API Key
REACT_APP_FIREBASE_API_ID Firebase Project API id

⚙️ Features

  • User auth
  • Security logic
  • Realtime data stream

💻 Getting started

With yarn

$ git clone git@github.com:antoniobfm/superchat.git
$ cd superchat
$ yarn
$ yarn start

With npm

$ git clone git@github.com:antoniobfm/superchat.git
$ cd superchat
$ npm i
$ npm start