We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same idea as keyDecodingStrategy in JSONDecoder. Would let us use snake_case, a very common Firebase idiom.
snake_case
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your feedback! I definitely think that we should consider implementing it as a part of the library
Sorry, something went wrong.
KeyDecodingStrategy enum from JSONEncoder. Includes string conversion method, unfortunately private. And here is the relevant mapping code.
@phatmann do you want to submit a PR for this feature?
@alickbass I see you have PR to merge your code into the Firebase SDK: firebase/firebase-ios-sdk#838. Any progress on that?
No branches or pull requests
Same idea as keyDecodingStrategy in JSONDecoder. Would let us use
snake_case
, a very common Firebase idiom.The text was updated successfully, but these errors were encountered: