I have multiple clients that connect to Appwrite. If any of them change a document in the database, a realtime event is triggert. That event is then send to all subscribers. So far, so good. Now my question: Is it possible to identify which client triggered the event? Because my flutter-client needs the ability to ignore events that it itself caused.
Not really unless to have an attribute that stores updated by
Recommended threads
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- Roles Enum Limitation in Kotlin SDK
The createMembership method in the Appwrite Kotlin SDK now requires List<io.appwrite.enums.Roles> instead of List<String>, but the predefined Roles enum only co...
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...