GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.14k stars 155 forks source link

Fix iOS setCustomKey wrong param order #646

Closed kaidotarma closed 2 weeks ago

kaidotarma commented 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.

nbransby commented 2 weeks ago

nice work @kaidotarma !