Hello,
I am working on the event sync database and cloud functions.
My solidity code has 2 events that has exact same columns.
example:
EventUp
EventDown
would it be possible to merge/union them on cloud functions. (not joining) so my query would run both of the tables combined (instead of getting two different queries, merging them with js and sorting again)
Thanks