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

Consider changing syntax of :multi #6

Open
deg opened this issue Sep 26, 2017 · 0 comments
Open

Consider changing syntax of :multi #6

deg opened this issue Sep 26, 2017 · 0 comments

Comments

@deg
Copy link
Owner

deg commented Sep 26, 2017

Consider changing the vectors into one-element maps:

So, what is now

{:firebase/multi [[:firebase/write {:path ,,,}]
                  [:firebase/push {:path ,,,}]
                  ,,,]}

would become

{:firebase/multi [{:firebase/write {:path ,,,}}
                  {:firebase/push {:path ,,,}}
                  ,,,]}

This will somewhat simplifies generator code in clients.

Ideally, do this with a check for the deprecated form, of course.

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