
Chat App with React + Firebase
19 January, 2023
0
0
0
Contributors
Prompt
This is one of the hard projects for a react develop. The main challenge being how to keep the app “real time”. Which means in a n-person network, a group message sent by one person needs to reach all the other n-1 people in real time.
That is where the capabilities of Firebase come into the picture.
This will give you a change to explore into the possibilities of real-time systems using Firebase.
Features:
- User signups
- Multiple groups
- Adding users to groups
- Broadcasting messages in groups