You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: