
Would it be possible to send a message that would display an in-app in the user mobile?

Do you mean a push notification? https://appwrite.io/docs/products/messaging/send-push-notifications

it should be fairly doable if you mean by In-App Messaging
. its not supported out of the box but you can use the database and update the user's prefs if they have seen/interacted/dismissed the alert to not show it again later.
Recommended threads
- Messaging via Resend: "to": "\"undisclos...
I'm using the node-appwrite@18.0.0 SDK. ``` await messaging.createEmail({ messageId: ID.unique(), subject: "Subject", content: `htmlCont...
- Project stuck in read-only mode on free ...
Hi Appwrite team! I’m a student using the free plan, and my project (ID: 68e48f780001232ad879) is currently stuck in read-only mode. I can’t create or update ...
- Swift SDK 13.2.2: Still getting ServiceC...
Hey team - I'm still getting ServiceContextModule linker errors even after updating to SDK 13.2.2. Error: - Undefined symbol: static ServiceContextModule.Servi...
