Skip to content

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

@ereyes01

Description

@ereyes01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions