I am trying to find out if there is a way to manage conditional filter on firebase query collection either in a workaround way, or if it's planned in the roadmap ?
Does some of you had the same issue and how you managed it ?
Regards
I am trying to find out if there is a way to manage conditional filter on firebase query collection either in a workaround way, or if it's planned in the roadmap ?
Does some of you had the same issue and how you managed it ?
Regards
For now only way would be to manage it at a component definition level with some kind of widget builder stuff.
It's possible to pass an action as a parameter, but not a query collection i believe.
The other way would be to go in custom code, but i would like to avoid that.