Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.45 KB

File metadata and controls

43 lines (34 loc) · 1.45 KB

modern-frameworks-group-pinterest

Using your mad Angular skillz

You will be broken into teams and your goals is to reverse engineer the basic functionality of Pinterest and build your own version of it.

Priorities

  1. Firebase structure. Flat, flat, flat.
  2. Authentication.
  3. Create board.
  4. Create pin to go on a board.

Firebase structure

 App
  |
  + users
  |---+ -K84hddnjx9v
  |   |--- uid: "github:jruhfiurnvuienciuwdn"
  |   |--- name: "Abraham Ybrimovitz"
  |
  + pins
  |---+ -K84hfurycvb
  |   |--- uid: "github:jruhfiurnvuienciuwdn"
  |   |--- boardid: "-K66hzzzyyyy"
  |   |--- url: "http://www.imgur.com/9rufrniuvnfu2vnefui"
  |   |--- title: "Ha ha, stupid gator"
  |
  + boards
  |---+ -K66hzzzyyyy
  |   |--- uid: "github:jruhfiurnvuienciuwdn"
  |   |--- title: "Stupid animals"

Authentication

Relevent Firebase docs