Team,
We have backend timers which are performing bulk operations(insert/update) on a table. And we have a react-native app that has listeners of the table but those are not working during bulk operations but working with simple DB update and insert.
We checked bulk update listeners but those are not useful in our case because we are not getting objects or updated objectIds in those listeners.
Please help on this ASAP.