laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
472 stars 121 forks source link

Send FCM push notifications to iPhone Simulator #202

Closed FrazeColder closed 1 month ago

FrazeColder commented 2 months ago

Hey there,

thank you for the awesome package!

Is it also possible to send FCM push notifications to iPhone Simulator? Here, I found how to archive that: https://stackoverflow.com/questions/66040828/can-you-receive-fcm-push-notification-from-ios-simulator

But how can I archive this with this package?

Kind regards

dwightwatson commented 1 month ago

Sorry, not sure. Remember this package is just a wrapper between Laravel and the kreait Firebase package so you can send through the notifications service. You may want to explore whether you can achieve what you're after with kreait directly and then see if it is suitable as a notification.