Edujugon / PushNotification

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

confused about what I need on the front-end to make this work #110

Closed vesper8 closed 4 years ago

vesper8 commented 4 years ago

I've built a hybrid app with Vue and Cordova and my backend is Laravel. I want my users to receive push notifications on the IOS/Android app and this should be triggered by my Laravel backend using this package.

I'm confused as to whether I need this part on the front-end side: https://github.com/fechanique/cordova-plugin-fcm

In order to get users to approved/receive the push notifications.

I know this may be out of scope but I would really appreciate a short feedback on whether I'm on the right track or misunderstanding something.

Thank you very much