Open hichamboushaba opened 1 year ago
When setting custom values for Crashlytics in iOS, the keys and values are inverted. The cause is that we use the wrong order when calling the function here, we pass the key as the first parameter, while it should be the second, as the documentation states too https://firebase.google.com/docs/reference/swift/firebasecrashlytics/api/reference/Classes/Crashlytics#setcustomvalue_:forkey:
When setting custom values for Crashlytics in iOS, the keys and values are inverted. The cause is that we use the wrong order when calling the function here, we pass the key as the first parameter, while it should be the second, as the documentation states too https://firebase.google.com/docs/reference/swift/firebasecrashlytics/api/reference/Classes/Crashlytics#setcustomvalue_:forkey: