Use native social login apps with React Native + Meteor

Hello,

I’m a beginner using Meteor + React Native (though very enthusiastic about those, I’m convinced it’s a very solid stack for the future) I tried to look at different ways to use social login inside React Native using Meteor as backend, and I didn’t find definitive answer. My goal is to achieve Linkedin / Google Connect using native apps in Android and iOS, should I use useraccounts on meteor side or focus on RN packages like https://github.com/jodybrewster/react-native-linkedin-login ?

I’m quite confused on how to do the link between both, because it seems most examples focus on mail/password logins.

Thanks for your answers.

Same issue here… Did you get any further on this ?

This may help:
“React Native Meteor: OAuth with Facebook” @spencer_carli https://medium.com/@spencer_carli/react-native-meteor-oauth-with-facebook-3d1346d7cdb7

Fantastic tutorial.

Thanks!

same thing here… anyone had any progress?