ChatGame
ChatGame copied to clipboard
Real time firebase chat app written in Swift 3 (supports multi-chat also)
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.
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)
- 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.
License
Source code is distributed under MIT license.