davibennun / laravel-push-notification

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

Firebase Cloud Messaging is same as GCM? #190

Open Noitidart opened 6 years ago

Noitidart commented 6 years ago

GCM recently merged with Firebase to create FCM. Will this package work with FCM?

SamMakesCode commented 6 years ago

I couldn't get this working with firebase, but the old GCM still works using https://console.developers.google.com apps. You need to generate an api key and open it up on the IP addresses you want to use it on

Noitidart commented 6 years ago

Thanks @samlittler I'll try it out.