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.
- Host: GitHub
- URL: https://github.com/regulargeek/iosfirebasechatapp
- Owner: RegularGeek
- Created: 2025-07-13T23:32:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T23:37:11.000Z (11 months ago)
- Last Synced: 2025-07-14T01:31:53.279Z (11 months ago)
- Topics: authentication, chat-app, firebase, firestore, ios, real-time, swift
- Language: Swift
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.