I’m building two apps that work together like a two-sided marketplace. it’s like Uber for lawn mowing.
when the user requests a mow I show a screen that says ‘looking for a mower’, and then in the other app when a lawn mower accepts the job I want the screen of the first user to update to say ‘Jane is coming to mow your lawn today’. I currently have a block set to invisible, and visibility is set on ‘job accepted’ updating to ‘true’ in the database when the mower accepts the job. everything is firing well, except the block doesn’t show up when the job is accepted. I know there is an advanced setting for lists that allows for realtime updates to data, but I can’t find one for elements that are not lists.
Any ideas?