A simple real time chat application for iOS. You can upload post, create groups, invite users to join in your group and more.
- Open the
Chit Chat.xcworkspace
in Xcode. - Change the Bundle Identifier to your domain.
- Create a project in Firebase. See this Link
- Download
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, Google, Facebook. Refer these guide for Google and Facebook Authentication.
- Run Chit Chat on your iPhone or iOS Simulator.
This project is written in Swift 4 and requires Xcode 9.1 to build and run.