Skip to content

nutanek/funny-group-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published