Quang Pham
Results
1
comments of
Quang Pham
Same for me, solved it by adding the class FCMServiceProvider to config/app.php like this: 'providers' => [ ... /** * FCM Notifications */ FCMServiceProvider::class, ... ]