Does subscriptionHandling.handleEvents callback will keep on refreshing as new Data will be updated?
sandeep2242 opened this issue · 2 comments
sandeep2242 commented
I have one query regarding live query, Does subscriptionHandling.handleEvents callback will keep on refreshing as new Data will be updated on regural intervals?
flovilmart commented
The event will fire every times a new object matching your query is available or an existing object is updated.
sandeep2242 commented
ok Thanks a ton.