Skip to content

Commit

Permalink
per review notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed May 8, 2021
1 parent 803374b commit 1a9d6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loafwallet/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
#else
// Load a Firebase debug config file.
let filePath = Bundle.main.path(forResource: "Debug-GoogleService-Info", ofType: "plist")
guard let fileopts = FirebaseOptions(contentsOfFile: filePath!)
guard let fileOpts = FirebaseOptions(contentsOfFile: filePath!)
else { assert(false, "Couldn't load Firebase config file") }
FirebaseApp.configure(options: fileopts)
FirebaseApp.configure(options: fileOpts)
#endif
}
}
Expand Down

0 comments on commit 1a9d6ce

Please sign in to comment.