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
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...