Hello,
My zap isn´t triggering the data from firebase using the query { "orderBy": { "field": {"fieldPath": "email"}, "direction": "DIRECTION_UNSPECIFIED" }] } if I use ASCENDING or DESCENDING it only triggers the new records filtered alphabetically, it doesn't triigger all new records, I understand the orderBy is required but it filters on the new records, how can I get all the new data? Doesn't matter the order, I just need all the data.