You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 5.3 branch.
Discussion
----------
[Notifier] Firebase error handling
| Q | A
| ------------- | ---
| Branch? | 5.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#42211
| License | MIT
| Doc PR | symfony/symfony-docs
I found a bug in the Firebase error handling, resulting in a `Undefined index: message_id ` error.
It occurred when trying to send a notification to an unregistered device token. As I stated in my issue before.
Don't know if this (little) change should include any tests?
This is my first PR, so any feedback is welcome!
Commits
-------
ac9c306 [Notifier] fix firebase error handling so the transports doesn't try setting the success message, that doesn't exists.
0 commit comments