-
I tried to send push notification to a topic using on-demand as below:
**on-demand:**
```
public function created(Promotion $promotion)
{
Notification::route(FcmChannel::class, …
-
When I add setPriority to fcm laravel throw error.
```
production.ERROR: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) {"userId":1,"exception":"[…
-
Hello!
Thank you for your library.
I tried to add vibration to notification for android (sound works, but vibration not).
My classes:
```c#
internal class AndroidNotification
{
public cla…
-
## Feature Request
### Plugin
- Push Notifications
### Description
I'm currently working on an app that implements [Firebase notifications](https://github.com/laravel-notification-chan…
-
Hi All.
So I ha a dashboard that I created with [AdminLTE](https://adminlte.io/). So now I want to send a person a notification when I click on a button. This may be. a silly question/PR but I can …
-
The android platform provides a means to cancel notifications by an integer ID.
https://developer.android.com/reference/android/app/NotificationManager#cancel(int)
The flutter_local_notifcatio…
-
### Describe the issue you are experiencing
I'm not sure with others, but the PR #714 just broke all my notifications in my Laravel app, because there was no default TTL set, the exception that I was…
-
Am getting following exception.
AGConnectApp named [Default] already exits
What does it mean?
-
I was reading this comment:
```
/// Please download the complete example app from the GitHub repository where
/// all the setup has been done
```
here:
https://github.com/MaikuB/flutter_local_no…
-
I am implementing messaging functionality and can't seem to find working solution for both foreground & background notifications. I have followed the steps outlined here: https://firebase.flutter.dev/…