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 2d71e74 commit 58a85abCopy full SHA for 58a85ab
FirebaseSwiftUI/FirebaseGoogleSwiftUI/Sources/Services/GoogleProviderAuthUI.swift
@@ -27,6 +27,7 @@ public class GoogleProviderAuthUI: @preconcurrency GoogleProviderAuthUIProtocol
27
}
28
29
@MainActor public func authButton() -> AnyView {
30
+ // Moved to SignInWithGoogleButton so we could sign in via AuthService
31
AnyView(SignInWithGoogleButton())
32
33
0 commit comments