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

Filtering ReactiveCollection items #4

Open
eskalera opened this issue Dec 18, 2015 · 1 comment
Open

Filtering ReactiveCollection items #4

eskalera opened this issue Dec 18, 2015 · 1 comment

Comments

@eskalera
Copy link

Is there currently any way to filter the collections before pulling them from Firebase?

If I got it right, in the demo sample, all todos are retrieved and then they are filtered by ownerId. Would there be any way to retrieve only todos with a specific ownerId?

I have been looking at the _query variable in ReactiveCollection.class but I guess it's meant to be a private variable.

@PulsarBlow
Copy link
Owner

Hi @eskalera ,

In the current version this isn't yet possible. The _query variable is, indeed, meant to be private.

Collection filtering will be supported in the next version with the full Query support implementation.

@PulsarBlow PulsarBlow added this to the 0.3.0-beta milestone Apr 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants