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

Use structs instead of params map to construct query params #7

Open
ereyes01 opened this issue Feb 5, 2016 · 0 comments
Open

Use structs instead of params map to construct query params #7

ereyes01 opened this issue Feb 5, 2016 · 0 comments

Comments

@ereyes01
Copy link
Owner

ereyes01 commented Feb 5, 2016

Firebase query parameters are quite static, and can be represented as fields in a struct. This would be preferred over the current params map, since it would remove the possibility of invalid parameters being supplied. It would still allow for the possibility of invalid combinations of parameters, though.

Thanks @inlined for the suggestion.

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