laravel-notification-channels/fcm

Prevent Exception on Invalid Token

ashwin-nath-m opened this issue · 1 comments

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

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