raarts / expo-web

react-native-web version of the expo library
Other
32 stars 4 forks source link

Facebook login #2

Closed ahmedhus closed 6 years ago

ahmedhus commented 6 years ago

Is it possible to use the Facebook login api, or are there any plans to include it the library in the near future?

raarts commented 6 years ago

Sure, I use this library with an OpenID Connect provider, but you'll have to implement it yourself.

I did not have a need for this, I personally use KeyCloak, which also supports third-party logins like Facebook.

Edit: BTW, this library is currently being integrated with Expo, as soon as that is released, you can use everything Expo offers.

ahmedhus commented 6 years ago

Looking forward to see that. Thanks.