Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.51 KB

README.md

File metadata and controls

74 lines (54 loc) · 2.51 KB


ChatApp
ChatApp!

Learn how to build your own iOS chat feature with only a few lines of code by using XIB and MVC. Clone this iOS chat app source code and get started by following the steps below.

animated

DescriptionKey FeaturesHow To UseCredits

Description

This is an extremely simple chat app source code of an iOS Swift Chat app. It leverages MessageKit and it stores and retrieves data to/from Firebase Firestore. The app design is inspired by WhatsApp. Clone the iOS Chat App Source Code and add a fully fledged chat to your app in minutes.

Key Features

  • Firebase Authentication for user authentication.

  • Cloud Firestore as a database.

  • Cloud Firestore for store messages between each user.

  • Cloud Storage for image storage.

  • Cloud Storage for vedio storage.

  • Cloud Storage for location storage.

  • Cloud Storage for audio storage.


How To Use

  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 ChatApp folder. This will connect the app to your own Firebase instance.
  3. Install the pods by running
pod update
  1. Open the xcworkspace file with the latest version of Xcode

Credits

This software uses the following open source packages:

You may also like...


GitHub @abdoelbattawy  ·