Dominic Lancaster
Results
1
issues of
Dominic Lancaster
For https://codelabs.developers.google.com/codelabs/firebase-ios-swift/#4, under step 5 **SignInViewController.swfit** section, the following code `GIDSignIn.sharedInstance().uiDelegate = self GIDSignIn.sharedInstance().signInSilently()` should be `GIDSignIn.sharedInstance().presentingViewController = self GIDSignIn.sharedInstance().restorePreviousSignIn()` Reference: https://developers.google.com/identity/sign-in/ios/quick-migration-guide