[SOLVED] Suscription event to specific object in react js

Hey there, hope you are fine :slight_smile:

Iam looking for a way to suscribe to specific object of a collection changes…

i want to make a bid mini system so i need to know if a specific column from a objectId in specific collection was updated… is there any way to do this??

You can look at this to subscribe to updates for a specific table https://github.com/MoralisWeb3/react-moralis#usemoralissubscription

1 Like

thanks, that works for me :slight_smile: i just filter id with the match to check the record i want to monitoring the updating :slight_smile: