Skip to content

Commit ed274be

Browse files
make auth listener private
1 parent c264fe5 commit ed274be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public enum AuthServiceError: Error {
3939
}
4040

4141
@MainActor
42-
final class AuthListenerManager {
42+
private final class AuthListenerManager {
4343
private var authStateHandle: AuthStateDidChangeListenerHandle?
4444
private let auth: Auth
4545
private weak var authEnvironment: AuthService?

0 commit comments

Comments
 (0)