Where did configuration argument go from GIDSignIn method? – Ios swift
I was rebuilding pet IOS project with google and facebook authorization. Google flow used to be like: GIDSignIn.sharedInstance.signIn(with: config, presenting: presentingViewController) { user, error in ///bla bla bla } But when the GoogleSignIn package was redownloaded, xcode started showing an…