
The realtime API is not really working in a backgroundworker in flutter so I guess it's not possible

ooo i didnt know that, you could use silent pushes to tell the app to update i believe

Yes, for that the Push Notification are great

But If you're looking for a push notification in which you're listening in the app, and proceed accordingly it's not what it is.

For in app messages, you can use the traditional realtime feature that appwrite has

Notifications are for when the app is closed

This. And when the app pauses, you use a push to the app so the user re-opens and realtime continues

But he would like to have real-time processing in the background

For this, there's a need for silent push notifications.

The newly created Messaging product is for sending message using PN.

What's silent push notifications

Apple has a good description


"If your app’s server-based content changes infrequently or at irregular intervals, you can use background notifications to notify your app when new content becomes available. A background notification is a remote notification that doesn’t display an alert, play a sound, or badge your app’s icon. It wakes your app in the background and gives it time to initiate downloads from your server and update its content."

But why do you need realtime with the app closed? 👀

because say you've got a chat app, user a and b can both talk "in realtime" when theyve got the app both open

if one has it closed, the other person sends an update and push notifies the second client

If you want to fetch something for the user for example Or You want to change something in the background

In such case as you said, you can update with push notifications

yeah thats my point

Yes, this is the most valid specific case

Is the massaging live ? so that i can update my server ?

no, with 1.5 release sometime in march

Thanks for the quick replies it helped me a lot

no problemo 🙂
Recommended threads
- Is Appwrite Pro available for teachers?
Hi everyone 👋 I noticed that Appwrite Pro is available for free as part of the GitHub Student Developer Pack, which is amazing! I’m a university faculty memb...
- Change Plan Issue
Hello, I’m running at pro plan at the moment, But I want to go back and change the plan to free plan, But in my billing section my free plan is unable and I can...
- Treafik dashboard and ssl
I tried to use Appwrite as self hosted. Everything is cool, but I want to see the traefik dashboard. Is there any way to put out to a subdomain (like dashboard....
