/messenger-ios

Realtime chatting messenger iOS application using Firebase.

Primary LanguageSwiftMIT LicenseMIT

Realtime Chat application with Firebase 5

Introduction

Design

  • MVC pattern

How to run

  1. Clone this repo

  2. Install Firebase SDK with CocoaPods

    • Write down 4 pods in your Podfile.
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
  1. open with .xcworkspace and run

Environments

  • iOS 12
  • Swift 4.2
  • Xcode 10
  • CocoaPods
  • Firebase 5

License

This repository is available under the MIT license. See LICENSE file for details.