We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed274be commit 5a38bd1Copy full SHA for 5a38bd1
FirebaseSwiftUI/FirebaseGoogleSwiftUI/Sources/Services/GoogleProviderSwift.swift
@@ -28,7 +28,9 @@ public class GoogleProviderSwift: @preconcurrency GoogleProviderProtocol {
28
guard let presentingViewController = await (UIApplication.shared.connectedScenes
29
.first as? UIWindowScene)?.windows.first?.rootViewController else {
30
throw GoogleProviderError
31
- .rootViewControllerNotFound("Root View controller is not available to present Google sign-in View.")
+ .rootViewControllerNotFound(
32
+ "Root View controller is not available to present Google sign-in View."
33
+ )
34
}
35
36
let config = GIDConfiguration(clientID: clientID)
0 commit comments