You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Channel helpers are available in all Appwrite client SDKs: Web, Flutter, Apple, and Android. Each SDK provides the same fluent API, making it easy to build consistent realtime features across platforms.
83
-
84
-
The helpers support all available channels, including:
85
-
- Account events
86
-
- Database rows
87
-
- Storage files
88
-
- Team and membership updates
89
-
- Function executions
90
-
91
80
# Key benefits
92
81
93
82
- **Type-safe subscriptions**: Catch errors at compile time instead of runtime
@@ -97,11 +86,18 @@ The helpers support all available channels, including:
97
86
- **Consistent API**: Same helper syntax across all client SDKs
98
87
- **Backwards compatible**: Existing string-based subscriptions continue to work
99
88
100
-
# Simplified developer experience
89
+
# Available across all platforms
101
90
102
-
Channel helpers remove cognitive overhead from realtime development. You no longer need to remember channel string formats, consult documentation for syntax, or debug silent failures from malformed strings.
91
+
Channel helpers are available in all Appwrite client SDKs: Web, Flutter, Apple, and Android. Each SDK provides the same fluent API, making it easy to build consistent realtime features across platforms.
92
+
93
+
The helpers support all available channels, including:
94
+
- Account events
95
+
- Database rows
96
+
- Storage files
97
+
- Team and membership updates
98
+
- Function executions
103
99
104
-
The feature is available now on all Appwrite client SDKs. Existing subscriptions using string channels continue to work, ensuring a smooth transition for current projects.
100
+
Existing subscriptions using string channels continue to work, ensuring a smooth transition for current projects.
0 commit comments