Flash Chat is a cross-platform mobile chat application built using Flutter and Firebase. It allows users to register, login, and participate in group chats. The application leverages Firebase Authentication for user authentication and Firestore for real-time data storage.
- User registration and login
- Real-time group chat
- Firebase integration for authentication and database storage
- Beautiful and intuitive user interface
- Flutter
- Dart
- Firebase Authentication
- Firestore
-
Open the app and register a new account or log in with your existing credentials.
-
Navigate to the chat screen to join the group chat.
-
Type your message in the input field and press the send button to send it to the group.
-
Clone the repository:
git clone https://github.com/your-username/flash-chat.git
-
Clone the repository:
cd flash-chat
-
Install the dependencies:
flutter pub get
-
Run the application:
flutter run