What characters can the firebase notification token consist of?
The official docs are not revealing much about the possible characters of the token: https://firebase.google.com/docs/cloud-messaging/concept-options#credentials
Im suspecting that my app's security is blocking certain tokens, as Im seeing these kind of log messages on my backend:
The request was rejected because the URL contained a potentially malicious String ";"
Can the tokens consist ';' characters?