I’d like to display a bubble on my product page when there’s a new message incoming.
I tried almost (I guess) everything with the existing tutorials, but it doesn’t work.
I have a “Messages” collection which is connected to my places and users. What I would like to do is:
Display a bubble on the product page when there’s a new message the logged in user hasn’t read yet
When the message has been read, delete the bubble on the product page, for the logged in user only.