-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Hello!
I started using setCustomKey in the Crashlytics library.
Unfortunately, the current implementation has some serious issue: the order of parameters in setCustomKey is wrong.
Here is the code from my app:
.distinctUntilChanged()
.onEach { balance ->
logger.i("Setting balance in Crashlytics: $balance")
Firebase.crashlytics.setCustomKey("balance", balance)
}
Here is the result in Crashlytics report:
Here is the Firebase documentation:
It seems like the current implementation was done wrong because of the difference between Android (key, value) and iOS (value, key) Firebase libraries.
Metadata
Metadata
Assignees
Labels
No labels