Skip to content

Commit 6f95736

Browse files
authored
[skip ci] Update FirebaseAuth/Sources/Swift/Backend/AuthBackend.swift
1 parent c5ada6e commit 6f95736

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

FirebaseAuth/Sources/Swift/Backend/AuthBackend.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ class AuthBackend: AuthBackendProtocol {
3232
return "FirebaseAuth.iOS/\(FirebaseVersion()) \(GTMFetcherStandardUserAgentString(nil))"
3333
}
3434

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())
4035

4136
private let rpcIssuer: any AuthBackendRPCIssuerProtocol
4237

0 commit comments

Comments
 (0)