Google+ Integration - Retrieving 'My Coffees'
At the moment the user is seeing a list of all coffees stored on the server, so let's make the app a bit more user friendly and download only the users coffees.
This is actually a very simple step, all we need to do is modify our APi call and add the users Google+ credentials to the request (which we already have) like so:
CoffeeApi.get("/coffees/" + Base.googleToken);
so now when we run the app we only see the current users coffees - here's mine (at the time of the request)
and
You can confirm your own coffees (if you've added some already) by visiting the webapp and sign in with your google+ details.