jlcvp / fcm-node

A Node.JS simple interface to Google's Firebase Cloud Messaging (FCM) for Android & iOS & Web Notification and data push
MIT License
125 stars 46 forks source link

Registration_Token #29

Closed jfreak closed 7 years ago

jfreak commented 7 years ago

How do i get all registration_tokens?

jlcvp commented 7 years ago

The device registration token is taken in the client.

follow the link below to see how to get it in android devices. https://firebase.google.com/docs/cloud-messaging/android/client#retrieve-the-current-registration-token

jfreak commented 7 years ago

thanks 👍