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 c264fe5 commit ed274beCopy full SHA for ed274be
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift
@@ -39,7 +39,7 @@ public enum AuthServiceError: Error {
39
}
40
41
@MainActor
42
-final class AuthListenerManager {
+private final class AuthListenerManager {
43
private var authStateHandle: AuthStateDidChangeListenerHandle?
44
private let auth: Auth
45
private weak var authEnvironment: AuthService?
0 commit comments