I'm currently doing server side development for firebase. I'd like to test that my sendMessage
function is working by targeting a test token.
I tried using testToken
as a value, but arbitrary values will in fact return an error:
Error: The registration token is not a valid FCM registration token
I've searched all over and found no way to test my code without using a phone connected to the service. Am I just missing something?
Does firebase provide any form of test tokens for doing server side development?