Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aslanyanhaik/Quick-Chat
Real time chat app written in Swift 5 using Firebase
https://github.com/aslanyanhaik/Quick-Chat
animation chat firebase ios swift
Last synced: 3 months ago
JSON representation
Real time chat app written in Swift 5 using Firebase
- Host: GitHub
- URL: https://github.com/aslanyanhaik/Quick-Chat
- Owner: aslanyanhaik
- License: mit
- Created: 2017-01-04T17:22:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T12:45:38.000Z (almost 5 years ago)
- Last Synced: 2024-07-16T18:12:03.799Z (4 months ago)
- Topics: animation, chat, firebase, ios, swift
- Language: Swift
- Homepage:
- Size: 106 MB
- Stars: 1,833
- Watchers: 84
- Forks: 359
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Quick Chat - time chat (Misc / Firebase)
README
# Quick Chat for iOS
[![License](http://img.shields.io/badge/License-MIT-green.svg?style=flat)](https://github.com/aslanyanhaik/Quick-Chat/blob/master/LICENSE)
[![Swift 5](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](https://swift.org)
[![Twitter: @aslanyanhaik](https://img.shields.io/badge/Contact-Twitter-blue.svg?style=flat)](https://twitter.com/aslanyanhaik)Quick Chat for iOS is a real time chat app written in Swift 5 using Firebase.
Quick Chat allows to send and receive text messages, photos & location.
## Getting Started
To get started and run the app, you need to follow these simple steps:
1. Open the QuickChat workspace in Xcode.
2. Change the Bundle Identifier to match your domain.
3. Go to [Firebase](https://firebase.google.com) and create new project.
4. Select "Add Firebase to your iOS app" option, type the bundle Identifier & click continue.
5. Download "GoogleService-Info.plist" file and add to the project. Make sure file name is "GoogleService-Info.plist".
6. Go to [Firebase Console](https://console.firebase.google.com), select your project, choose "Authentication" from left menu, select "SIGN-IN METHOD" and enable "Email/Password" option.
7. Open the terminal, navigate to project folder and run "pod install".
8. You're all set! Run Quick Chat on your iPhone or the iOS Simulator.## Compatibility
This project is written in Swift 5.0 and requires Xcode 11.0 to build and run.
Quick Chat for iOS is compatible with iOS 13.0+.
## Author
* [Haik Aslanyan](https://twitter.com/aslanyanhaik)
## License
Copyright 2019 Haik Aslanyan.
Licensed under MIT License: https://opensource.org/licenses/MIT