Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the message priority #194

Closed
paulo-hortelan opened this issue Apr 19, 2024 · 2 comments
Closed

How to change the message priority #194

paulo-hortelan opened this issue Apr 19, 2024 · 2 comments

Comments

@paulo-hortelan
Copy link

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?

@dwightwatson
Copy link
Collaborator

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

@Aksoom-Hussain
Copy link

have you try ?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants