Hey Devon,
There's one thing I wanna share, there are 2 ways to get the social logins working with Cordova/Phonegap/Ionic/etc one is with the InAppBrowser and it opens a browser window so the user can log in, and the second one is with the native plugin, either for google-plus, facebook-connect, twitter, etc.
I recommend always using the native plugin, it's a bit of extra work if you're trying to integrate multiple providers, but it gives the best user experience for your users since instead of opening the browser it will use the native account picker for Google, or the twitter/facebook apps, etc.