I have been trying to build something that needs real-time data.
I have created the subscription structure, but all the tut videos from like 2018. documentation is extremely limited. I was wondering did something came up and everybody moved away from subscription? or am I the only one struggling with the PubSub modal.
I have session and userToSession modals that connect session and user with extra information. If the user updates userToSession type subscription listens to change on the session because I try to update that but I can't reach out to userToSession details from the subscription because it is listening to the parent type.
Anyway, if you can direct me to a good tutorial it would be wonderful thank you.