구글 로그인 기능 추가

This commit is contained in:
Yu Sung
2026-01-27 13:56:13 +09:00
parent 95cae7d0bf
commit b522b50dee
12 changed files with 191 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ import Kingfisher
import FBSDKCoreKit
import AppsFlyerLib
import GoogleSignIn
@main
struct SodaLiveApp: App {
@@ -76,6 +77,7 @@ struct SodaLiveApp: App {
} else {
ApplicationDelegate.shared.application(UIApplication.shared, open: url, options: [:])
AppsFlyerLib.shared().handleOpen(url)
GIDSignIn.sharedInstance.handle(url)
}
}
}