iChat is a sample real time text messaging app. Google firebase is used as back end service.
- Open the iChat workspace in Xcode.
- Change the Bundle Identifier to match your domain.
- Go to Firebase.
- Then go to firebase console Firebase Console and create new project.
- Select "Add Firebase to your iOS app" option, type the bundle Identifier & click continue.
- Download "GoogleService-Info.plist" file and add to the project. Make sure file name is "GoogleService-Info.plist".
- Go to Firebase Console, select your project, choose "Authentication" from left menu, select "SIGN-IN METHOD" and enable "Email/Password" option.
- Open the terminal, navigate to project folder and run "pod update".
- You're all set! Run iChat on your iPhone or the iOS Simulator.
iChat is written in Swift 4.0.3 and requires Xcode 9.2 to build and run.
