Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.24 KB

readme.md

File metadata and controls

25 lines (19 loc) · 1.24 KB

💬 Real Time Chat

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.

How to run a demo app

  1. Download the source code by cloning this repository
  2. 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.
  3. Install the pods by running
pod install
  1. Open the xcworkspace file with the latest version of Xcode