Back

Account Realtime

  • 0
  • Flutter
  • Realtime
pitcairn1987
28 Sep, 2023, 11:12

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.

TL;DR
The user is asking if it's possible to use Realtime to check if a new account has been created. The response suggests using Webhooks or Functions to observe account changes. It mentions that Realtime is not currently available for the server-side SDK, but a Function triggered by a user login event can be used instead. There is no solution provided for the issue of not receiving a response when trying to implement this.
darShan
28 Sep, 2023, 12:15

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).

Drake
28 Sep, 2023, 14:50

check if somebody new just create an account?

This is best done with Webhooks or Functions

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more