用 google access token 當作 credentials,scopes 只要有 "profile" 就可以了
https://developers.google.com/+/api/oauth#profileserver 端拿手機傳上來的 token 去 get profile由 return 的 uid 驗證是否為 "emma"
http://tinyurl.com/pfo848z剩下就兩個 error handling 要處理1. 如果手機傳給 server 的 token 已經過期應以適當 error code 讓 app 重新取得 google token2. 如果手機上的 google account 登出之後看是你的 app 要同時登出還是怎樣 handle