Real time chat app built using Swift and Firestore for backend. It has simple and interactive user interface. You just need to login/signup and you are good to go.
- Download the source code by cloning this repository
- Download the GoogleService-Info.plist file from your Firebase Console and replace the existing file in the folder. This will connect the app to your own Firebase instance.
- Install the pods by running
pod install
- Open the xcworkspace file with the latest version of Xcode