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

Prevent Exception on Invalid Token #162

Closed ashwin-nath-m closed 11 months ago

ashwin-nath-m commented 11 months ago

Can we prevent an exception when sending a message to invalid token? Like when user uninstall the application.

dwightwatson commented 11 months ago

Not at this time - you should listen for the exception and remove the invalid tokens from your app.