-
Notifications
You must be signed in to change notification settings - Fork 92
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
Ask:: Fail notification to use NotificationFailed Event. #34
Comments
@benwilkins You can see example usage on other packages. |
Do you guys have any guide for receiving the response? I keep getting a blank/null response but the notification is sent successfully |
@poklin I don't have any issue with receiving the notification response. Also, take a check notification events on official docs. |
@setkyar Yup, I did check and created Event and Listener. But I do not what is the "key word" to get the response back from FCMChannel. If I do dd() inspection on the FCMChannel, I did receive the response, just I do not know how to retrieve it from the front. >.< |
I can send a PR for the |
Hi @benwilkins
Did you have any plan to add
NotificationFailed
when notification got failed? If so, I would like to make a PR.Currently, when notification got failed. It was going to
failed_jobs
. Instead of that, by usingNotificationFailed
event, we can customize whatever we want. Like adding astatus
column tonotifications
table and customizing base on success and failure?The text was updated successfully, but these errors were encountered: