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
The application sends crash reports to Firebase Crashlytics and even in dev is sending crashes, the is currently only one Firebase project.
Change Request
Remove from main.dart, Crashlytics.instance.enableInDevMode = enableInDevMode;
or
Send the reports to another Firebase project, other than the one active.
The text was updated successfully, but these errors were encountered:
Description
The application sends crash reports to Firebase Crashlytics and even in dev is sending crashes, the is currently only one Firebase project.
Change Request
Remove from
main.dart
,Crashlytics.instance.enableInDevMode = enableInDevMode;
or
Send the reports to another Firebase project, other than the one active.
The text was updated successfully, but these errors were encountered: