https://github.com/ericrisco/firebase-chat-playground
https://github.com/ericrisco/firebase-chat-playground
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericrisco/firebase-chat-playground
- Owner: ericrisco
- License: mit
- Created: 2022-03-05T11:27:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T22:14:12.000Z (over 4 years ago)
- Last Synced: 2025-02-22T10:14:19.002Z (over 1 year ago)
- Language: Swift
- Size: 23.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Chat

iOs Swift 4 Chat made with Clean Architecture
All the backend is implemented with Firebase. You can find:
- Firebase Analytics
- Firebase Auth with email implementation (Authentication!)
- Firebase Real Time Database (Saving data)
- Firebase Cloud Storage (Saving images)
- Firebase Cloud Messaging (Push Notifications)
- Firebase Crashlytics (Crashes!)
I have also used:
- Kingfisher (Downloading&Caching Images)
- MessageKit (Chat UI)
## Installation
I'm using Pods in this project. You don't need to install it, they are inside the repo
## Keep in mind
- Don't open __.xcodeproj__ file, open __xcworkspace__ instead. Otherwise, you will come across different compiling issues.
- Push notifications might not work on a iOs simulator 😅. Try using your own iPhone
## Cloud Functions
You can also find a Firebase Cloud Functions sending push notifications and updating data from a real time database write