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 c5ada6e commit 6f95736Copy full SHA for 6f95736
FirebaseAuth/Sources/Swift/Backend/AuthBackend.swift
@@ -32,11 +32,6 @@ class AuthBackend: AuthBackendProtocol {
32
return "FirebaseAuth.iOS/\(FirebaseVersion()) \(GTMFetcherStandardUserAgentString(nil))"
33
}
34
35
-// static func call<T: AuthRPCRequest>(with request: T) async throws -> T.Response {
36
-// return try await shared.call(with: request)
37
-// }
38
-//
39
-// private static let shared: AuthBackend = .init(rpcIssuer: AuthBackendRPCIssuer())
40
41
private let rpcIssuer: any AuthBackendRPCIssuerProtocol
42
0 commit comments