I’ve just built a Chat App using Flutter, powered by Firebase. Here’s what it includes:
Login Page: Users can log in seamlessly through Firebase Authentication.
Registration Page: New users can register, and their details are securely stored in Firebase Firestore.
Chat Page: A real-time chat experience where users can connect and communicate.
In the demo video, I showcased chatting between two users on separate devices to highlight the app’s real-time functionality.
This project was a great opportunity to integrate Flutter with Firebase for authentication, database, and real-time updates.