alpha-wallet-ios icon indicating copy to clipboard operation
alpha-wallet-ios copied to clipboard

`The default Firebase app has not yet been configured. FirebaseApp.configure()` still happening when running tests

Open hboon opened this issue 3 years ago • 2 comments

Was this what #5417 was trying to fix? :)

hboon avatar Sep 21 '22 03:09 hboon

it'v also happened before, we just skipped it

oa-s avatar Sep 21 '22 05:09 oa-s

I mean #5417 doesn't change anything, right?

hboon avatar Sep 21 '22 05:09 hboon

yes

oa-s avatar Oct 08 '22 12:10 oa-s

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?

hboon avatar Oct 10 '22 01:10 hboon