I want to listen to create document only! How can I achieve that?
In realtime you're not listening to specific events but rather to channels.
But, what could be your solution is to use Webhooks in which you can set a out-webhook based on single event
is there any examples that I can rely on to do that?
For which part? the webhook?
yes..
I want to listen to only create document event of that database not on update/delete
This way you can create a webhook
In this example the webhook will run only when the user.create event was fired
But you'll need some endpoint that will listen to it
Recommended threads
- π Realtime Flutter SDK Crash β Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...
- Realtime Connection Error After Updating...
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long...
- Realtime Connection Count only goes up
I just wanted to ask if this behavior is normal. I restarted realtime 2 days ago and it already reached a connection count of over 11k. The count only goes up. ...