
Hello everyone! ๐
I've been trying to wrap my head around implementing push notifications. If I understand it correctly the following is the recommend way to set up push notifications (in my case Flutter):
- Set up a Firebase project
- Initialize the Firebase SDK in the app (Flutter)
- Set up a cloud function in Appwrite that sends the push notification through Firebase
Is this correct so far? ๐
The thing I'm struggling with to understand is how to send push notifications to one or more specific Appwrite users by their ID (not to ALL users) by using this method. ๐ค Firebase isn't aware of Appwrite users so I don't think I can use that.
Does anyone know how to accomplish this? Is there maybe an example of this scenario online?

You would have to store the user's fcm token in Appwrite. Then, you can look it up and send it to that token

Sounds good! I didn't think of anything like that. I'm going to give it a try today or this weekend. Thanks! ๐
Recommended threads
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'ัะตัั '}]) This code al...
- Unable to set Display Name for Collectio...
In database: Collection -> Settings. Display Name: Add attribute -> Select attribute -> After selecting attribute, the "Select attribute" text still shows. A...
- Transferring self-hosted to cloud: will ...
I'd like to transition over to Appwrite cloud, but want to ensure my users won't be forced to re-login.
