Skip to content

Commit

Permalink
remove FirebaseRemoteConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
87kangsw committed Apr 13, 2024
1 parent 7aff3f6 commit 02b6c11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GitTime/Sources/ViewControllers/Login/LoginViewReactor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright © 2019 KanzDevelop. All rights reserved.
//

import FirebaseRemoteConfig
import ReactorKit
import RxCocoa
import RxSwift
Expand All @@ -33,7 +32,6 @@ final class LoginViewReactor: Reactor {
fileprivate let authService: AuthServiceType
fileprivate let keychainService: KeychainServiceType
fileprivate let userService: UserServiceType
var remoteConfig: RemoteConfig!

init(authService: AuthServiceType,
keychainService: KeychainServiceType,
Expand Down

0 comments on commit 02b6c11

Please sign in to comment.