Skip to content

Commit

Permalink
added ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik Aslanyan committed Jan 4, 2017
1 parent 6111e1e commit abf82f3
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions QuickChat.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
38 changes: 36 additions & 2 deletions README.md
@@ -1,2 +1,36 @@
# Quick-Chat
Real time chat app using Firebase
# Quick Chat for iOS

Quick Chat for iOS is a real time chat app based on Firebase developed by [Haik Aslanyan](https://twitter.com/aslanyanhaik) and written in Swift 3.

Quick Chat allows to send and receive text messages, photos & location.

![Screenshots of Quick Chat for iOS](screenshot1.png "Screenshots of Quick Chat for iOS")

## 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 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 bundle Identifier & click continue.
5. Download "GoogleService-Info.plist" file and add to project. Make sure file name is "GoogleService-Info.plist".
6. You're all set! Run Quick Chat on your iPhone or the iOS Simulator.

![Screenshots of Quick Chat for iOS](screenshot2.png "Screenshots of Quick Chat for iOS")

## Compatibility

This project is written in Swift 3.0 and requires Xcode 8.2 to build and run.

Quick Chat for iOS is compatible with iOS 9.1+.

## Authors

* [Haik Aslanyan](https://twitter.com/aslanyanhaik)

## License

Copyright 2017 Haik Aslanyan.Twitter, Inc. and contributors.

Licensed under MIT License: https://opensource.org/licenses/MIT
Binary file added screenshot1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abf82f3

Please sign in to comment.