How can I check if a string is a valid FCM token.
In my experience the FCM token changes over the time.
In my project, I need to check if a token is a valid one in the server side using Node.js.
How can I do it?
How can I check if a string is a valid FCM token.
In my experience the FCM token changes over the time.
In my project, I need to check if a token is a valid one in the server side using Node.js.
How can I do it?
You can make you use of the Instance ID Service to find out whether the token is valid or not. Refer to this link: https://developers.google.com/instance-id/reference/server