You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
I have been trying for 2 days to get this to work. In swift-starter AppDelegate I am getting this error Cannot call value of non-function type 'GIDSignIn' on this line, GIDSignIn.sharedInstance().delegate = self and the same error in the SignInViewController on this this line, GIDSignIn.sharedInstance()?.presentingViewController = self.
I am guessing that something has been migrated or updated but I can't seem to find the right combination. Is there a newer version of this Codelab or is there some documentation on how to fix/migrate these errors?
I have been trying for 2 days to get this to work. In swift-starter AppDelegate I am getting this error Cannot call value of non-function type 'GIDSignIn' on this line, GIDSignIn.sharedInstance().delegate = self and the same error in the SignInViewController on this this line, GIDSignIn.sharedInstance()?.presentingViewController = self.
I am guessing that something has been migrated or updated but I can't seem to find the right combination. Is there a newer version of this Codelab or is there some documentation on how to fix/migrate these errors?