-
(React Native) Expo-Facebook/Google 계정 연동개발/React Native 2019. 7. 7. 22:00
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
'개발 > React Native' 카테고리의 다른 글
Node.js 개발 환경 구축 및 프로젝트 생성 (Backend) (0) 2019.08.28 SVG 파일을 PNG로 변환하기 (0) 2019.08.27 Node.js 의 모듈 가져오기 (Import/Export) (0) 2019.06.08 Node.js 비동기 처리 방식 - 익명함수, 화살표 함수 (0) 2019.06.08 리액트 네이티브 - 프로젝트 생성 (Expo) (0) 2019.05.07