-
-
Notifications
You must be signed in to change notification settings - Fork 432
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
AndroidNotifcation extends Notification #677
Comments
You're right, the $message = CloudMessage::new()
// ...
->withAndroidConfig([
// ...
'notification' => [
'channel_id' => 'channel-id',
// ...
]
]); I'll keep this as a feature request, but new features will probably only land in the upcoming major version (6.0) 🙏 |
@jeromegamez Thank you, works for me while it is being configurable. The Generally it would require these classes & enums:
Where It's indeed nice to have protos, if only they'd build for PHP ... |
Can you please guide me how can I send a notification on particular date and time? I tried implementing in android but it is not working.
Where can I add withAndroidConfig and event_time. |
Looking at https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidnotification, you should be able to set the |
Does event_time use for Scheduling Notifications? I think it is not. May I know how can I schedule notification? Is there any provision? |
You asked about As far as I know it's not possible to schedule notifications, but I could be wrong (web-searching or StackOverflow could prove me right or wrong). |
Ok. Thank you for your response :) |
Describe the feature you would like to see
It seems to me as if only
AndroidConfig
would be supported, but notAndroidNotification
.Alike this it's kind of difficult to set a
channel_id
... or where does one have to pass this array?The text was updated successfully, but these errors were encountered: