An open API service indexing awesome lists of open source software.

https://github.com/regulargeek/iosfirebasechatapp

Real-time group chat app using Firebase Authentication and Firestore. Built in Swift with UIKit and designed to support live messaging, push notifications, and user authentication.
https://github.com/regulargeek/iosfirebasechatapp

authentication chat-app firebase firestore ios real-time swift

Last synced: about 1 month ago
JSON representation

Real-time group chat app using Firebase Authentication and Firestore. Built in Swift with UIKit and designed to support live messaging, push notifications, and user authentication.

Awesome Lists containing this project

README

          

# iOS Firebase Chat App

A simple group chat app using Firebase Authentication and Firestore.

## Features
- Firebase login with email
- Real-time chat updates
- User profile with display name
- Push notifications (optional)

## Tech Stack
- Swift, UIKit
- Firebase Auth & Firestore
- MVVM Architecture

## Getting Started
1. Set up a Firebase project.
2. Add `GoogleService-Info.plist` to your project.
3. Run with Xcode.