-
-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationrealtimeThis issue or pull request is related to realtimeThis issue or pull request is related to realtime
Description
Hello
How load data (profile) relationship with streams when chat updated ?
I'm looking for documentation on how to manage the relationship with Supabase in real-time, but I can't find it. The chat example you provided is very basic and doesn't reflect reality.
I would like to propose Supabase in my company as an alternative. As a lead, I need to be sure that Supabase won't cause any issues in our project, so I'm testing all the features.
class Chat {
id
room_id
profile_id
message
}
class Profile {
id
firstName
lastName
photo
}
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationrealtimeThis issue or pull request is related to realtimeThis issue or pull request is related to realtime