FireBase object design - nss-day-cohort-16/d16-gp-movie-history-team-scrappy GitHub Wiki

Her is Alex's actual JSON object!

{
  "-KXDzfAl9blNtCWBQULS" : {
    "year" : "1993",
    "actors" : "Cary Elwes, Richard Lewis, Roger Rees, Amy Yasbeck",
    "title" : "Robin Hood: Men in Tights",
    "uid" : "b3TG2vYETGfItJgRrPUSUzUMBwX2",
    "year" : "1983",
    "watched" : false,
    "rating" : 0,
    "poster" : "https://images-na.ssl-images-amazon.com/images.jpg",
    "imdbID" : "tt0107977"   
  }
}

The following is no longer needed or valid:

There are matching fields in the omdb items we will be getting. https://github.com/Onodric/m2-html-ex1-blog/blob/master/movieHistory.png