Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix iOS setCustomKey wrong param order
Fixes #520 According to the docs: https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios#add-keys the order of the parameters is: value, key setCustomKeysAndValues still expects to order of the map elements to be key, value - so no changes there.
- Loading branch information