fcm icon indicating copy to clipboard operation
fcm copied to clipboard

How to change the message priority

Open paulo-hortelan opened this issue 10 months ago • 2 comments

I'm trying to figure out how to change the message priority and _contentAvailable, but I was unable to find anything related in the documentations. Am I missing something?

paulo-hortelan avatar Apr 19 '24 21:04 paulo-hortelan

Doesn't look implemented. Happy to accept a PR.

dwightwatson avatar Apr 19 '24 21:04 dwightwatson

have you try ?

 ->custom([
            'android' => [
                'priority' => 'high',
                'notification' => [
                    'color' => '#0A0A0A',
                ],
                'fcm_options' => [
                    'analytics_label' => 'analytics',
                ],
            ],
]);

Aksoom-Hussain avatar May 18 '24 21:05 Aksoom-Hussain