This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Firebase Crashlytics plugin.
- The Firebase Javascript SDK has been updated to
11.2.0.
- On Android, the
firebaseCrashlyticsVersionvariable has been updated to19.4.0.
- The Firebase Javascript SDK has been updated to
10.9.0.
- On Android, the
firebaseCrashlyticsVersionvariable has been updated to18.6.2.
This plugin now supports Capacitor 5 only. Please run npx cap sync after updating this package.
If you want to use this plugin with Capacitor 4, please install version 1.4.0:
npm i @capacitor-firebase/crashlytics@1.4.0
Update the Crashlytics Gradle plugin in your root-level (project-level) Gradle file (usually android/build.gradle) to version 2.9.5:
- classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
+ classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5'On Android, error messages were previously generated with getLocalizedMessage. They are no longer localized and are generated with getMessage instead.
You should therefore check your error handling.
This plugin now supports Capacitor 4 only. Please run npx cap sync after updating this package.
If you want to use this plugin with Capacitor 3, please install version 0.5.1:
npm i @capacitor-firebase/crashlytics@0.5.1