Do realtime database updates trigger cloud events?

I read on the docs that realtime database updates respect roles and permissions in general, meaning that if a user doesn’t have permission for “find” in a table, they won’t receive updates for it.
I was wondering if writing an event that triggers on “find” and omits a table field before sending it the user would influence that user’s real-time update as well, and not just the single queries from the sdk.
Another way to put it is: can I customize the payload that the database sends on realtime updates?
Thanks a lot.

Hi @ellis!

Unfortunatelly it is currently not possible to modify payload that is sent on realtime updates.

Regards, Andriy