cabotdeveloper / CordovaPlugin-GooglePlusWithDemoApp

This Repository contains the Cordova plugin for Google Plus integration. Also it is a project that implemented this plugin.
MIT License
7 stars 5 forks source link

Might do the same thing as chrome.identity plugin? #1

Open agrieve opened 10 years ago

agrieve commented 10 years ago

Thanks for sharing your plugin!

Just wanted to make sure that you were aware of the chrome.identity plugin, which (on the surface at least) does the same as this plugin:

http://plugins.cordova.io/#/package/org.chromium.identity

https://github.com/MobileChromeApps/mobile-chrome-apps/tree/master/chrome-cordova/plugins/chrome.identity

cabotdeveloper commented 10 years ago

Thank you for informing us about the existing plugin. Both the plugins seems to serve the same purpose albeit some differences in their implementation, especially in the Android side. In Android, our plugin uses Google Play Services library and GoogleApiClient for login and retrieve profile information. The iOS side seems to be more or less the same. We developed this plugin as a part of an Cordova application for Android and iOS.