본문 바로가기
개발/Flutter

Facebook login

by dev_caleb 2022. 12. 30.
728x90

잇트립 외국 버전에서 google login 이랑 apple login만 구현해뒀는데

뭔가 선택지를 더 드리고 싶은 마음에 facebook login을 추가하게 되었다.

 

https://dalgoodori.tistory.com/41

 

[Flutter] Facebook Login ① - 준비

소셜 로그인 구현 첫번째는 페이스북 로그인 입니다. 파이어베이스 사용여부와 상관없이 세팅방법은 똑같습니다. Meta for Developers Conversations 2022: 제1회 Meta 비즈니스 메시지 콘퍼런스 가장 인기

dalgoodori.tistory.com

 

 

https://dalgoodori.tistory.com/42

 

[Flutter] Facebook Login ② - 구현

[Flutter] Facebook Login ① - 준비 소셜 로그인 구현 첫번째는 페이스북 로그인 입니다. 파이어베이스 사용여부와 상관없이 세팅방법은 똑같습니다. Meta for Developers Conversations 2022: 제1회 Meta 비즈니스

dalgoodori.tistory.com

 

 

파이어베이스랑 연동하는 코드를 사용하려면 위의 구현 대신 아래를 확인해보자! 

 

https://firebase.flutter.dev/docs/auth/social

 

Social Authentication | FlutterFire

This page is archived and might not reflect the latest version of the

firebase.flutter.dev

 

 

 

 

으잉...? 이런 오류가 왜 뜨지??

 

 

아 facebook 설정을 안해줬구나..

https://velog.io/@jinny_0422/Android-Kotlin-Android-Kotlin-Firebase를-이용한-Facebook-로그인-하기

 

[Android] Firebase를 이용한 Facebook 로그인 하기

오늘은 Kotlin을 사용하여 Firebase의 Authentication을 사용한 로그인 기능을 만든다! - 페이스북

velog.io

이번에는 ios에서 이상한 오류가 뜨면서 켜지지가 않는다..

옛날에 되었던 것 같아서 flutter_facebook_auth library version을 낮춰주어봤다.

https://github.com/darwin-morocho/flutter-facebook-auth/issues/302

 

Can't run the app with version 5.0.1 on iOS 16 · Issue #302 · darwin-morocho/flutter-facebook-auth

What version are you using? flutter_facebook_auth: 5.0.1 What OS and version are you using to local deploy your application? MacOS 13.0 What platforms are you seeing the problem on? iOS pubspec.yam...

github.com

 

flutter_facebook_auth: ^4.4.1+1

 

 

성공!!

728x90

'개발 > Flutter' 카테고리의 다른 글

GPS 좌표 찍기 사이트 추천!  (0) 2023.01.21
class initializer 각각의 차이점  (0) 2023.01.08
sublist 오류 막기  (0) 2022.12.30
Rx null 사용 하는 법, RxList, RxSet  (0) 2022.12.29
앱이 잠김 화면에서도 켜질 때,  (0) 2022.12.29