jasonyunjoonpark / NotInstagram

Live picture feed app using Firebase Storage/Realtime Database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotInstagram

Upload pictures to Firebase and see the picture feed update live.

screen shot 2018-04-11 at 3 51 26 pm

screen shot 2018-04-11 at 4 03 10 pm

Instructions

  1. After cloning the project open terminal and cd into the project directory

  2. If there is no podfile, run pod init

  3. Add the following pods to the podfile:

    pod 'Firebase/Auth'

    pod 'Firebase/Database'

    pod 'Firebase/Storage'

  4. Save, then run pod install

  5. Close .xcodeproj, and open the newly installed .xcworkspace

  6. Have fun :)

About

Live picture feed app using Firebase Storage/Realtime Database.


Languages

Language:Swift 97.1%Language:Ruby 2.9%