A communication tool such as What's App with ReactJS and Firebase on web. Preview
- ReactJS - A JavaScript library for building user interfaces
- Material-UI - A popular React UI framework
- Firebase - A real time database with no sql
This project is licensed under the MIT License - see the LICENSE file for details
{
"users": {
uid: {
"email": "",
"id": XXXXXX
}
},
"conversations": {
uid: {
"participants": {
uid,
...
},
"messages": {
{
"from": uid,
"content": "",
"date": XXXXXXX
}
}
}
}