Closed kaidotarma closed 2 weeks ago
Fixes https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/520
According to the docs: https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios#add-keys the order of setCustomValue parameters is: value, key
setCustomKeysAndValues still expects to order of the map elements to be key, value - so no changes there.
nice work @kaidotarma !
Fixes https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/520
According to the docs: https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios#add-keys the order of setCustomValue parameters is: value, key
setCustomKeysAndValues still expects to order of the map elements to be key, value - so no changes there.