I'm looking to send a notification from backend to specific device. However I was looking at the docs and got confused!!
I have 2 different apps, so I have already added the providers.
Do i have to use topic or targets parameter?
Also atm i have no topic defined so is that wrong?
personally I don't need topic because all i want is to notify only a specific user
Topics are similar to the topics you subscribe to on Firebase. Targets are the users/subscribers which you must add on appwrite on a session creation if they are not already added.
Recommended threads
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...