Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Crashlytics custom key values are inverted #411

Open
hichamboushaba opened this issue Aug 23, 2023 · 0 comments
Open

iOS Crashlytics custom key values are inverted #411

hichamboushaba opened this issue Aug 23, 2023 · 0 comments

Comments

@hichamboushaba
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant