
I'm working on an app that supports multiple logged-in users. That is, a user can add multiple accounts. Something akin to the image below. Only one user can be active at a time. I want to be able to send targeted push notifications to logged in accounts regardless of it being active or not.
However, this is currently not possible with the CreatePushTarget
https://appwrite.io/docs/references/1.6.x/client-flutter/account#createPushTarget enpoint since it requires one and only one identifier (FCMToken) to be associated with an account.
I'm asking this in case I missed something in the docs or if anyone has a suggestion on how to get this working.
P. S. Currently, sending push notifications with a function calling FCM apis directly instead of using Appwrite Messaging api.

Support for multi-user pushTargert with same token
Recommended threads
- Google OAuth2 creates second identity in...
Self-hosted 1.6.0 / Flutter I am facing a strange problem. I was working with a user created with Google OAuth2, it was registered in the Authentication enviro...
- Postman function call
Hi I'm trying to call a locally running function, which requires auth, in headers I'm passing jwt token with key as 'x-appwrite-user-jwt", but upon logging req....
- Cloud Issue, deleted test user being Cac...
Im restricted on AWS Sandbox mode for emails so I can only test with one email. I am testing the verification method and even though I've deleted this user and ...
