Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.38 KB

License Swift 3

ChatGame

Real time chat app written in Swift 3 using Firebase 3

ChatGame allows you to send and receive text messages and photos. ChatGame also provides Single-Chat and Multi-Chat.

Screenshot of ChatGame for iOS

Getting Started

To get started and run the app, you need to follow these simple steps:

Install cocoapods

sudo gem install cocoapods
pod install

Create your own app at Firebase (optional)

  1. Change the Bundle Identifier with yours.
  2. Go to Firebase and create new project.
  3. Select "Add Firebase to your iOS app" option, type the bundle Identifier & click continue.
  4. Remove "GoogleService-Info.plist" from Xcode project.
  5. Download your GoogleService-Info.plist file and add to the project.
  6. Go to Firebase Console, select your project, choose "Authentication" from left menu, select "SIGN-IN METHOD" and enable "Email/Password" option.
  7. You're all set! Run ChatGame.

License

Source code is distributed under MIT license.