You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-03-18 15:19:54.500995+0100 Barcode Scanner From A-to-Z[590:42687] *** Terminating app due to uncaught exception
'FIRAppNotConfigured', reason: 'The default `FirebaseApp` instance must be configured before the default Remote Config instance
can be initialized. One way to ensure this is to call `FirebaseApp.configure()` in the App Delegate's
`application(_:didFinishLaunchingWithOptions:)` or the `@main` struct's initializer in SwiftUI.'
I call Lobster first time in my TableViewController viewDidLoad and FirebaseApp.configure() in AppDelegate.didFinishLaunchingWithOptions.
The text was updated successfully, but these errors were encountered:
I have following exception with solution:
I call Lobster first time in my TableViewController viewDidLoad and FirebaseApp.configure() in AppDelegate.didFinishLaunchingWithOptions.
The text was updated successfully, but these errors were encountered: