Example demonstrating how to use Google's OAuth with PhoneGap
- Clone this repo, and run
npm install - Add a platform, for example ios
cordova platform add ios - Build the platform's project
cordova build ios - Launch the platform's simulator
cordova emulate ios