-
After upgrading to Laravel 8, seeing this error:
`Undefined property: LaravelFCM\FCMManager::$app`
-
Hi,
I installed the package in my project and i paste routeNotificationForFcm() in User model:
```
/**
* Route notifications for the FCM channel.
*
* @return string
*/
public function r…
-
Package moontoast/math is abandoned, you should avoid using it. Use brick/math instead.
brozot/laravel-fcm (1.3.1)
-
-
I have a project integrating Laravel-FCM to send push
I've created a helper class to work with FCM::sendTo and i want to test this class
I use snippets for testing from your README.md file
```
$…
-
I'm not entirely familiar with the firebase/fcm api but am working with my dev team on a small mobile app.
I was curious if it is possible so when the user clicks on a data or regular push notificati…
-
I spent some time yesterday trying to solve my problems that my app didn't got badge while sending notification and my app didn't woke up and I found that the 'content-available' => '1' wasn't attache…
-
Hey,
Current implementation resolves fcm channel with the fcm key from the services config, which, at least within my knowledge with the framework, stops me from setting a custom api key (or an ali…
-
mohanads-MacBook-Air:curve mohanadmagdy$ composer require brozot/laravel-fcm
Using version ^1.3 for brozot/laravel-fcm
./composer.json has been updated
Loading composer repositories with package in…
-
Hi!
I'm trying to show heads-up notifications on an Android device and it seems to require the notification priority for SDK < 26.
I am setting the priority with the OptionsBuilder, but when I r…