kawankoding / laravel-fcm

Firebase Cloud Messaging (FCM) sender for Laravel
172 stars 56 forks source link

Send to Android/iOS not working #7

Closed be-geeky closed 6 years ago

be-geeky commented 6 years ago

I have tested this package. It is working fine over browsers but not in Android/iOS Devices. Am I missing something?

sayaamirul commented 6 years ago

have you set the fcm key for each devices ? sorry for late reply

be-geeky commented 6 years ago

Thank you. Are you talking about Device Token? if that then I checked by adding those tokens in $recipients Array. If you are talking about other keys then can you please guide me? Thank you. Great work by the way.

sayaamirul commented 6 years ago

firebase cloud message token or key not the device token i mean, so you need to store firebase token you get from device to database for every user so you can can the notifications

thanks @be-geeky