Group chat with ReactJS & Firebase
- Group chat
- Select text background color
- Send emoji
- Use emoji as avatar
- Initial Firebase database
- Change Database rule
{
"rules": {
".read": "auth != null",
".write": "auth != null",
"profiles": {
".indexOn": ["created"]
},
"messages": {
".indexOn": ["created"]
}
}
}
- Change file config.js.sample to config.js
- Copy Firebase API configs to config.js
yarn install
yarn start
yarn build
You will get build folder and you can use it on production
- NutAnek - https://github.com/nutanek
Released under the MIT License.fit in URLs