firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

iOS Crashlytics custom key values are inverted

Open hichamboushaba opened this issue 2 years ago • 0 comments
trafficstars

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:

hichamboushaba avatar Aug 23 '23 20:08 hichamboushaba