Edujugon / PushNotification

PHP and Laravel Package to send push notifications to Android and IOS devices.
MIT License
478 stars 159 forks source link

How to generate the Device Token? #115

Open BibekStha123 opened 4 years ago

BibekStha123 commented 4 years ago

How to get the device token?

reinerlee commented 4 years ago

the token comes from the mobile devices, you have to install the firebase SDK and get it from there. then send it to backend for future notification purpose.