How Can I add Facebook & Google+ Login SignUp in my hybrid mobile app?

I am working on ionic framework. I have to implement login sign-up feature with Facebook and google+ in my hybrid mobile app. How can add this login & sign-up feature? Please help me friends. Urgent !!

Go to this page: http://www.gajotres.net/a-comprehensive-list-of-ionic-starter-apps/

And look at chapter 3: OAuth Starter

There you will find 3 distinct examples of how to implement Google and Facebook auth. Just follow to links.

1 Like

Solution 2 I tried but it was not working when I build the app with command
ionic build android
Does it work for hybrid mobile apps ?

You don’t need to build them, just reuse that code.

And yes, that code works and it’s made for hybrid mobile apps. Native apps don’t have nothing to do with Ionic.

1 Like