
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
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- realtime failing
Hi everyone! I'm running into a weird issue with Appwrite realtime in my chat app and was hoping someone might have some insights. I have a chat view, and whe...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
