Android, messaging using FCM, self-hosted 1.6.1, Python backend
Hey, I thought that by just setting the users = [<user_id>] inside the create_push() function (and not specifying a target) I could send a push notification.
I can't find anywhere how this "users" and "targets" parameters of create_push() are used, does someone know what I need to set in order to send a push notification to a user? Is it possible to skip the specifying specific targets and only list the userID (and probably the backend sends a push to all active targets?)
Thanks a lot!
Recommended threads
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- Roles Enum Limitation in Kotlin SDK
The createMembership method in the Appwrite Kotlin SDK now requires List<io.appwrite.enums.Roles> instead of List<String>, but the predefined Roles enum only co...
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...