jinuman / messenger-ios

Realtime chatting messenger iOS application using Firebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Realtime chatting messenger iOS application using Firebase.

License:MIT License


Languages

Language:Swift 99.2%Language:Ruby 0.8%