bimalkaf / Android_Chat_Application

Android Chat Application using firebase
41 stars 33 forks source link

Firebase Chat App

Welcome to the Firebase Chat App repository! This app enables real-time chat functionality using Firebase as the backend. Below is a list of key files and their functionalities:

Activity Files

Fragment Files

Service File

Feel free to explore these files to understand the structure of the app and how different components interact. The app leverages Firebase Authentication, Realtime Database, and Firebase Cloud Messaging to provide seamless chat functionality.

Getting Started

To use this app:

  1. Clone or download the repository.
  2. Set up your Firebase project and update the google-services.json file.
  3. Build and run the app on your Android device or emulator.

Notes

For more details about Firebase services and Android app development, refer to the official Firebase Documentation and Android Documentation.

Happy coding!