Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

👪 💬 Group chat with ReactJS & Firebase

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages