Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.14 KB

README.md

File metadata and controls

58 lines (45 loc) · 1.14 KB

Funny Group Chat

Group chat with ReactJS & Firebase

Features:

  • Group chat
  • Select text background color
  • Send emoji
  • Use emoji as avatar

DEMO

Funny Group Chat

Installation

Setup Firebase

  1. Initial Firebase database
  2. Change Database rule
{
  "rules": {
    ".read": "auth != null",
    ".write": "auth != null",
    "profiles": {
      ".indexOn": ["created"]
    },
    "messages": {
      ".indexOn": ["created"]
    }
  }
}
  1. Change file config.js.sample to config.js
  2. Copy Firebase API configs to config.js

Setup Group Chat

yarn install
yarn start

Compilation

yarn build

You will get build folder and you can use it on production

Author

License

Released under the MIT License.fit in URLs