Skip to content

Commit

Permalink
change app delegate
Browse files Browse the repository at this point in the history
Signed-off-by: kcw-grunt <[email protected]>
  • Loading branch information
kcw-grunt committed Jan 30, 2024
1 parent f01258f commit 19c5f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litewallet/src/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19c5f80

Please sign in to comment.