diff --git a/litewallet/src/AppDelegate.swift b/litewallet/src/AppDelegate.swift index dcf6cb858..8ae9e44bb 100644 --- a/litewallet/src/AppDelegate.swift +++ b/litewallet/src/AppDelegate.swift @@ -100,9 +100,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate { /// Sets the correct Google Services plist file private func setFirebaseConfiguration() { // Load a Firebase debug config file. - let filePath = Bundle.main.path(forResource: "Debug-GoogleService-Info", ofType: "plist") + // let filePath = Bundle.main.path(forResource: "Debug-GoogleService-Info", ofType: "plist") - // let filePath = Bundle.main.path(forResource: "GoogleService-Info", ofType: "plist") + let filePath = Bundle.main.path(forResource: "GoogleService-Info", ofType: "plist") if let fboptions = FirebaseOptions(contentsOfFile: filePath!) { FirebaseApp.configure(options: fboptions)