I’m making a basic messenger. So I have Chat and Message things and I see 2 ways of organizing data:
- Add a field Messages in the Chat thing to contain a list of Message things so that I can just display the list of messages from that field
- Add a field Chat in the Message thing to act as a foreign key so that I perform a Search for query to display the messages in a chat
Which would work better in Bubble? Maybe there’s some other better way? Of course making a search seems like a more complicated way, but will a list of things work ok as field of a thing when it’s thousands of items long and I probably won’t load them all at once so I’ll need a search\filter anyway?
Thanks!