ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 206 forks source link

Question: Error codes #272

Closed m1ome closed 7 years ago

m1ome commented 7 years ago

Hi, can anyone paste a link to all error codes? I mean i want remove "wrong" token i have in my DB but don't see any links about error codes. And i don't know what error codes i should resolve as "bad/invalid token" code.

Thank you. This is a question, not a bug.

eladnava commented 7 years ago

Hi @m1ome, Check out #221, it describes how to achieve what you are trying to do.

m1ome commented 7 years ago

@eladnava thank you!