I am trying to send a push message from the console to a push target created by my app.
I have just logged on to my app (flutter), it created a new target, The target Id is ID.unique() and the identifier of the target is the FCM token I generate before the createPushTarget.
When I try to send a message to that target (by selecting it from the available targets in the console (1.6.0, self-hosted),
It fails , and the error message is get is:
Failed sending to target {{tokenNumber}} with error: SenderId mismatch
The Token is the same token generated by the app.
I cannot understand where the SenderId is , I looked in the json file I imported info the push provider (projectId....firebase-adminsdk.....json), it is not there.
What am I missing?
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...