benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

Not using Laravel Notifications, how to send an FCM notification directly in class to a user with device_id #78

Open nicolasvahidzein opened 2 years ago

nicolasvahidzein commented 2 years ago

Hello,

thank you for your package. I am not using the notification class and i'm a bit confused by the instructions.

Do you happen to have a code snippet of how i can use your package in a normal method to send an FCM to a user for which i have the device_id stored?

Thanks.