(UIKit) iOS에서 UIKit으로 Google 로그인
문제 상황 오류가 있는지 확인하기 위해 문서를 살펴보고 이전에 보았던 예제를 참조하여 Firebase를 사용하여 Google 로그인 버튼을 구현하려고 했습니다. 2022년 예시임에도 불구하고 AppDelegate with Delegate의 작업은 대폭 줄어들었고, 로직을 구현하는 ViewController의 역할은 늘어났습니다. 현재 다음 코드는 AppDelegate가 수행하는 모든 코드입니다. func application( _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: (UIApplication.LaunchOptionsKey: Any)? ) -> Bool { FirebaseApp.configure() … … Read more