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
Signature of the \ErickSkrauch\Fcm\Client class now requires the projectId param.
The return type of the \ErickSkrauch\Fcm\Client::send() method is changed to string.
\ErickSkrauch\Fcm\Client::send() now throws \ErickSkrauch\Fcm\Exception\ErrorResponseException.
Removed
ErickSkrauch\Fcm\Recipient\MultipleDevices and ErickSkrauch\Fcm\Recipient\MultipleTopics recipients. Iterate over per-device or per-topic to archive the same behavior.
ErickSkrauch\Fcm\Response\SendResponse.
Fixed
Deprecation error with nullable arguments for PHP 8.4.