In the Emoji Status App, multiple logged-in users can display their emoji status with their name. Users can choose from a variety of emojis to represent their current status and update it anytime. Here I’ve used firebase for authentication and firebase realtime database for storing and retrieving the emoji status.
- Can display status of all the users
- Can Update the status of the user.
- Firebase - A online framework which is used for authentication(login, sigup) and A Realtime Database to store data.