I am trying to figure out the best way to limit Firebase query and be able to have some kind of advanced filtering.
ON the first page I initiate QUERY CACHE that proposes a QUERY NAME.(list of Firebase documents)
I would like to access this QUERY NAME in order to filter the list of document in a Custom Function/Action.
=> Is it possible to access the QUERY CACHE from CustomFunction/Action ?
Thanks a lot