alpha-wallet-ios
alpha-wallet-ios copied to clipboard
`The default Firebase app has not yet been configured. FirebaseApp.configure()` still happening when running tests
Was this what #5417 was trying to fix? :)
it'v also happened before, we just skipped it
I mean #5417 doesn't change anything, right?
yes
The default Firebase app has not yet been configured. Add
FirebaseApp.configure()to your application initialization. This can be done in in the App Delegate's application(_:didFinishLaunchingWithOptions:)(or the@main` struct's initializer in SwiftUI). Read more: https://goo.gl/ctyzm8.
This one's still happening right?