I'm new to coding and appwrite in general. Please tell me why my realtime isn't working.
I've set subscribe to database.id.collection.id
I've appropriate read and write permission to the collection as well
TL;DR
User is having trouble getting real-time functionality to work on a Flutter Windows app. They are using Appwrite and have already set the subscription to the correct database and collection with the appropriate permissions. They are seeking assistance in understanding why real-time is not functioning. Solution: It seems that the user may not be using a valid channel for real-time functionality. They should refer to the Appwrite documentation for valid channels.