Any plugin in Facebook and Google+ login in Ionic?

Is there any plugin for Facebook and Google Login in Ionic. There is a plugin in phone gap phonegap-facebook-plugin. I am doubtfull about that in ionic. Please tell me any other way.

PassportJS.org is a node implementation.

ngCordova supports facebook login.

Just read the docs about how to set up, and it should work fine.

1 Like

i am also using passport authenticaton how to implement client side share your knowledge

I wrote the Oauth module of ngCordova and you can use it for Google and Facebook login:

http://ngcordova.com/docs/plugins/oauth/

Check out this full Facebook example to go with it:

Hope that helps.

Regards,

2 Likes

I’ve used Satellizer (https://github.com/sahat/satellizer) with success.

2 Likes

I have used facebook by wizcorp and eddy verb…'s google plus login. Really good

Any suggestion on how to integrate Ionic / Satellizer ? Thanks

1 Like

Same question from me. Any tips on howto integrate the two. You got it working in an app? What about these problems: OAuth, ERR_CONNECTION_REFUSED error

Sure, just check the example in satellizer’s repo… =)