-
Notifications
You must be signed in to change notification settings - Fork 127
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
Cannot Capture FCM Response #211
Comments
So looks like right now I only fire the Do you want to test out this PR #212 in your app and see if dispatching |
I'm testing your PR the last two days and it works fine for me. |
Thanks for that - tagged |
Looks like this release broke some backwards compatibility, and these events were previously fired by Laravel. You should be able to continue listening to the |
I need to capture and log the response from FCM (e.g., to verify successful delivery or log errors), but it seems there’s no direct way to access the response after sending a notification.
Could you please tell me if there is a way or a woraround on this to capture thr response, Thx.
The text was updated successfully, but these errors were encountered: