Replies: 1 comment 9 replies
-
you can resolved this error? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Can you help me with this problem.
Trying to start this test:
Method
App().init()
crashes on methodawait InternalFirebase.whenAppStarted()
fromclass InternalFirebase
which looks like this:I've been running tests in debug mode and crash is on this line:
await Firebase.initializeApp();
:In pubspec.yaml I have this packages:
Flutter doctor report:
This problem caused only on tests - in debug, profile and release modes all is ok.
I'm tried
flutter clean
and rebuild project, trying use hardcoded settings forFirebase.initializeApp()
and looked to this issue: #3311 but don't understand where is pb...Beta Was this translation helpful? Give feedback.
All reactions