File tree Expand file tree Collapse file tree
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,15 +65,9 @@ private final class AuthListenerManager {
6565@MainActor
6666@Observable
6767public final class AuthService {
68- public init ( configuration: AuthConfiguration = AuthConfiguration ( ) , auth: Auth = Auth . auth ( ) ,
69- googleProvider: ( any GoogleProviderAuthUIProtocol ) ? = nil ,
70- facebookProvider: ( any FacebookProviderAuthUIProtocol ) ? = nil ,
71- phoneAuthProvider: ( any PhoneAuthProviderAuthUIProtocol ) ? = nil ) {
68+ public init ( configuration: AuthConfiguration = AuthConfiguration ( ) , auth: Auth = Auth . auth ( ) ) {
7269 self . auth = auth
7370 self . configuration = configuration
74- self . googleProvider = googleProvider
75- self . facebookProvider = facebookProvider
76- self . phoneAuthProvider = phoneAuthProvider
7771 string = StringUtils ( bundle: configuration. customStringsBundle ?? Bundle . module)
7872 listenerManager = AuthListenerManager ( auth: auth, authEnvironment: self )
7973 }
You can’t perform that action at this time.
0 commit comments