Skip to content

Instantly share code, notes, and snippets.

View travjunt's full-sized avatar

Travis McCormick travjunt

View GitHub Profile
import Combine
import FirebaseAuth
public struct CombineAuth {
fileprivate let auth: Auth
}
extension CombineAuth {
public enum Error: Swift.Error {