Taking a multi-user scrabble game as an example - 5 players in game - current player makes move which is sent to realm function - trigger fires on update to game table with new letter - game table contains player info for that game (disconnect at the moment between player info and info needed to communicate/push to that user) - is it possible to use realm features to send new letter back to all players of that game? looking at sync functionality but not sure it is relevant to situation above?
edit: just found “built-in services: push notification” … is this a good avenue to explore? Except users could be on desktop also.