firebase/codelab-friendlychat-ios

Errors in AppDelegate

RhondaBailey opened this issue · 0 comments

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?