davibennun / laravel-push-notification

Laravel package to enable sending push notifications to devices
1.23k stars 259 forks source link

Which package can be used for push Notification for GCM? #182

Open ankit-skywaltz opened 7 years ago

ankit-skywaltz commented 7 years ago

As GCM is deprecated and is now replaced by FCM so what modifications we need to do in existing project with devibennun. Or is there any better alternative for the same so that we can replace the current push notification package and replace with new one?

albovieira commented 7 years ago

@ankit-skywaltz You just need to update the Zend GCM dependency, it already works with FCM. composer update davibennun/laravel-push-notification --with-dependencies

Here more details: https://github.com/Ph3nol/NotificationPusher/pull/141

matheusleite commented 7 years ago

What FCM key I have to set in apiKey?