Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 697 Bytes

CRASHREPORTING.md

File metadata and controls

8 lines (6 loc) · 697 Bytes

Crash Reporting

Enabling Crash Reporting / Crashlytics

Since version 5.3.0 you can choose either Crashlytics (recommended) or the older Firebase Crash Reporting (which doesn't really work on iOS). You will be prompted during installation of the plugin to enable either Crashlytics or Crash Reporting (both are off by default).

Note that if you want to use Crashlytics, make sure your firebase.nativescript.json file has "crashlytics": true and "crash_reporting": false, then remove the platforms folder so these changes are picked up.