
Hi, Is it possible to use Realtime to check if somebody new just create an account? I tried like this but I didn't get any response. I tried on files and It works very good.

the channel you are listening to, observes the account changes of a logged in user. Currently there's no Realtime for server side sdk but you can use a Function that gets triggered by an event, based on a user login (session creation).

Recommended threads
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- Received duplicate events
I used the React Native SDK to subscribe to `buckets.<ID>.files` on the client side. When the backend creates a file, two events are logged in my client's conso...
