-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Describe the bug
This is a bug from the Firebase SDK, that we are seeing through this plugin: firebase/firebase-ios-sdk#2019
Essentially a large number of our users are experiencing crashing due to Crashlytics.
To Reproduce
Steps to reproduce the behavior:
- App Starts with Cordova-plugin-firebase
- Certain performance triggers cause Firebase SDK to crash
Expected behavior
No App should Crash due to the presence of an Analytics / Crash monitoring solution
Plugin Version
cordova-plugin-firebase 2.0.5 "Google Firebase Plugin"
Desktop (please complete the following information):
Smartphone (please complete the following information):
- Device: iPhone(s)
- OS: iOS 11.4.1 and 12.0.2
Additional context
Following the bug report directly on Firebase SDK, the solution appears to be to update the Firebase plugin to 5.11 making sure the performance SDK within Firebase is 2.2.
Additionally there are some notes around back end fixes, but these I believe are with Google and are outside of this plugins scope.