(React Native) Expo-Facebook/Google 계정 연동
Expo는 Facebook, Google 계정과 연동할 수 있는 패키지를 제공하고 있음.
이를 위해서는 Facebook, Google 개발자 사이트에 접속하여 권한을 등록한 후
Expo 코드에서는 고유ID를 통해 계정 정보에 접속하면 됨.
Facebook - Expo Documentation
behavior (string) -- The type of login prompt to show. Must be one of the following values: 'system' (iOS default) -- Attempts to log in through the Facebook account currently signed in through the device Settings. This will fallback to native behavior on
docs.expo.io
https://developers.facebook.com/
Facebook Developers
Facebook 사용자와 연결할 수 있는 코드 AI, 비즈니스 도구, 게임, 오픈 소스, 게시, 소셜 하드웨어, 소셜 통합, 가상 현실 등 다양한 주제를 둘러보세요. Facebook의 글로벌 개발자 교육 및 연결 프로그램에 대해 알아보세요.
developers.facebook.com
https://docs.expo.io/versions/v33.0.0/sdk/google/
Google - Expo Documentation
Expo.Google Provides Google authentication integration for Expo apps using a secure system web browser with native expo-app-auth. This is better than a WebView because you can reuse credentials saved on the device. You'll get an access token after a succes
docs.expo.io