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.
To get started and run the app, you need to follow these simple steps:
sudo gem install cocoapods
pod install
- Change the Bundle Identifier with yours.
- Go to Firebase and create new project.
- Select "Add Firebase to your iOS app" option, type the bundle Identifier & click continue.
- Remove "GoogleService-Info.plist" from Xcode project.
- Download your GoogleService-Info.plist file and add to the project.
- Go to Firebase Console, select your project, choose "Authentication" from left menu, select "SIGN-IN METHOD" and enable "Email/Password" option.
- You're all set! Run ChatGame.
Source code is distributed under MIT license.