kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
995 stars 161 forks source link

where is the noitification sound #35

Closed RolandVerner closed 4 years ago

RolandVerner commented 4 years ago

How i can set noitifications sound i cont find it

jeromegamez commented 4 years ago

That's a platform specific configuration of which you can find the documentation here: https://firebase-php.readthedocs.io/en/stable/cloud-messaging.html#adding-target-platform-specific-configuration

Depending on your target platform, you can then find the payload reference at https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidconfig (Android) or https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification#2943363 (Apple)

In both, the field name is sound.