Stanislav Radchenko
12/15/2022, 3:18 PMkpgalligan
12/15/2022, 3:26 PMStanislav Radchenko
12/15/2022, 3:29 PMLandry Norris
12/15/2022, 3:41 PMGIDSignIn.sharedInstance.handle(url)
in application:openURL:options
for handling the redirect. You could set up an expect/actual for that one call. In terms of the UI, it depends on if you are using UIKit or SwiftUI. If using UIKit, you can handle the UIView in Kotlin code, but SwiftUI has to be done in Swift.Landry Norris
12/15/2022, 3:42 PMrestorePreviousSignInWithCallback
in Kotlin code, again with an expect/actual, but for that, it may be easier to make the call in Swift and write the logic for handling signed-in and signed-out state in Kotlin.kpgalligan
12/15/2022, 8:40 PM