Best android open-source packages and libraries.

Firebase auth chat app

Simple chat app allowing Google users to join single shared chat room.
Updated 2 months ago

Chatne App

Chatne is a simple chat application built with Kotlin and Jetpack Compose that allows authenticated Google users to join a single shared chat room.

🔥 Motivation

This project was initiated to explore Firebase Authentication, WebSocket, and Push Notifications. Initially focusing on building a basic chat app, I aim to expand its functionality to include person-to-person chats and options for connecting users with strangers. This ongoing development journey is driven by a passion for learning and innovation.

🛠️ Technologies

  • UI: Built with Jetpack Compose and Coil for image loading.

  • Architecture: Utilizes Circuit for MVI Pattern + Navigation, apply Clean Architecture principles.

  • Dependency Injection: Powered by Koin.

  • Firebase: Integrates Firebase Authentication for Google Sign-In and Firebase Cloud Messaging for receiving push notifications.

  • Network: Utilizes Ktor Client for REST API and WebSocket communication.

  • Storage: Implements Realm for offline-first chat history storage.

  • Additional: Utilizes Kotlinx Datetime for easy serialize and deserialize Instant time.

📋 Features

  • Intuitive Interface: Built using Jetpack Compose for a seamless chat experience.

  • Google Authentication: Sign in with your Google account, with a sign-out option via your avatar.

  • Single Chat Room: Connect with others in one shared space, with access to the entire chat history.

🎥 Demo

https://github.com/nero240399/firebase-auth-chat-app/assets/50225603/d09eec54-0efb-48d0-81c9-9da19c4e908d

https://github.com/nero240399/firebase-auth-chat-app/assets/50225603/f33bd6c9-a8bb-4d9e-9608-5d41de529451

Tags realm