How to add google + login into Ionic 2 project

Hi,

May I know how do we add google+ login into Ionic 2 project?
I found the similar topic for Ionic 1 project, but I have no idea how can I translate the sample code into Ionic 2 project.
Appreciate if somebody can give me some advice.

Anybody knows the available of supporting google+ sign in for Ionic 2 project?

You can use Auth0. https://auth0.com
this is very easy method.

or get JavaScript SDK and use. https://developers.google.com/identity/protocols/OAuth2

Hi rdlabo,

As I know Auth0 is only free for 7000 users access right?
Between, do you know cordova-plugin-googleplus still available in ionic 2 project?

Hi.

Auth0 is only free for 7000 users access right?
this is right.

So you can use ng-cordova-oauth maybe. but can’t find example code with Ionic2.

good luck.