Hey, I would like to know how to create a conditional chat. Let’s say I have a data base of eye color, and I want only the blue eyes to recieve the message and be able to reply. Is that possible on Bubble?
Hey,
You could achieve this a few different ways, you could set the message “canView” to be a list of texts that have for example, “Blue, Brown, Black” and when displaying you can search for messages that their “canView” contains the current user’s eye color.
Another route is having a list of messages in the user. When a message is created to be sent out you can search for users with the eye color and add the message to their list of messages.
Lots of different approaches, can you describe your use a bit more?
This topic was automatically closed after 70 days. New replies are no longer allowed.