vostpt/covid19-mobile

Remove Crashlytics for Development

Opened this issue · 0 comments

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.