File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,9 @@ private final class AuthListenerManager {
65
65
@MainActor
66
66
@Observable
67
67
public 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 ( ) ) {
72
69
self . auth = auth
73
70
self . configuration = configuration
74
- self . googleProvider = googleProvider
75
- self . facebookProvider = facebookProvider
76
- self . phoneAuthProvider = phoneAuthProvider
77
71
string = StringUtils ( bundle: configuration. customStringsBundle ?? Bundle . module)
78
72
listenerManager = AuthListenerManager ( auth: auth, authEnvironment: self )
79
73
}
You can’t perform that action at this time.
0 commit comments