Is Async/Await removed from GoogleSignIn when signing in with the Google provider on Firebase?

393 Views Asked by At

I just used the the GoogleSignIn package and have this line in my service file:

let user  = try await GIDSignIn.sharedInstance.signIn(with: config, presenting: ApplicationUtility.rootViewController)

But when I updated my dependencies, it returns void. When I check the docs I can only find that the line now only returns a completionhandler like before Async/Await. Is Async/Await removed from the package when signing in with google, or is it something in the docs that I'm missing?

0

There are 0 best solutions below