Skip to content

LoopChat v1.0.0 – Initial Release

Latest

Choose a tag to compare

@osaamaahmeed osaamaahmeed released this 19 Aug 21:57
· 4 commits to main since this release

📦 LoopChat v1.0.0 – Initial Release

💬 LoopChat is a real-time chat application built with Flutter & Firebase as part of my learning journey and portfolio.
This first release includes the full core experience: authentication, chat, and user presence tracking.


🚀Features in v1.0.0

  • Authentication

    • Login, Register, and Forget Password screens.
    • Firebase Authentication for secure accounts.
  • Real-Time Chat

    • Public chat room with instant messaging.
    • Custom chat bubbles and smooth scrolling.
  • User Presence

    • Live online user counter powered by Firebase Realtime Database.
    • Cloud Function ensures accurate user status.
  • Daily Message Limits

    • Quota of messages per user per day.
    • Reset automatically at midnight via Firebase Cloud Functions.
  • Cloud-Powered Extras

    • Firestore for message storage.
    • Firebase Storage for APK update hosting.
    • Firebase App Check for app security.

📲 Downloads

  • Download APK (Android)
  • IOS build not included in this release.

🛠️ Tech Stack

  • Flutter 3.13.9
  • Dart 3.2.1
  • Firebase Auth, Firestore, Realtime Database, Storage, Functions, App Check

🗂️ Project Links