Skip to content

How manage relationship in real-time stream in Flutter? #1036

@babakoto

Description

@babakoto

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

No one assigned

    Labels

    documentationImprovements or additions to documentationrealtimeThis issue or pull request is related to realtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions