Recently, I integrated the Firebase Topic concept in my APP and near to 2K users was subscribed and I', triggering notifications daily via my app server.
What I want to know is how many users are getting delivered and failed. Because if some users are not getting delivered and failed, I'll set a retry of the notification to those members again. Any ideas about this?
I also tried the following URL via ARC (Advanced Rest Client) for getting the information about all my topics in my current project with following API:
https://iid.googleapis.com/iid/info/APA91bHQ3Jp2NPrVF7z_1a8qNgg_YGI-
zPhnxnpumCeckvieHACuwaIWPlaR....QcChUOhk4T62vAc_0PC8HVk4p4D?details=true
Content-Type: application/json
Authorization: key=<SERVER_KEY>
SERVER_KEY -> ( Firebase Console -> Settings -> Cloude message -> Legacy Server key )
But I am getting the response status:
400: Bad Request
{
"error": "InvalidTokenVersion"
}
Any idea to resolve this issue?