How to Google Signin via OAuth2 in Ionic using Angularjs

I am trying to login using Ionic using Google OAuth2 (user.profile). I know its more of an angular issue, but as this is inside phonegap, and most of the phonegap tutorials are using jquery and also all of the angular examples are web based, therefore providing an example here will be really helpful. May be even for others.

Currently I have created one, but its mostly a mixture of jquery and javascript and then assigning the user data into the angular scope.

Haven’t mess with OAuth too much, but thankfully others out there have been able to

http://coenraets.org/blog/2014/02/sample-force-com-mobile-application-with-ionic-and-angularjs/

I hope these help some how

1 Like

Thanks for the reply. Let me give the link on how I solved it.