Closed asif-ca closed 1 week ago
Version 5.x isn't supported anymore. Firebase has shut down the legacy FCM API that version 5.x and 6.x rely on, so there's no other way than to upgrade to version 7.x to send batch requests. The send()
method already uses the non-deprecated/shut-down endpoint.
You can find possible workarounds by searching the issues and discussions - in short: if you can't upgrade, you could use background workers to send the messages one by one.
Sorry that I don't have better news. You could, of course, pay me with a one-time donation, first to look into if it's even possible, then to implement it, but I have to say, given how old the 5.x and 6.x releases are, it's not going to be cheap 😅
Describe the bug
@jeromegamez I am using sendAll and sendMulticast
"kreait/firebase-php": "^5.26"
in laravel 6 and PHP 7.4 (that's the only supported package version with this env) and I am getting an empty report.and the send method is working fine which sends messages one by one (so not scalable) with same package version
is there any workaround for this?
Installed packages
PHP version and extensions
Steps to reproduce the issue.
Error message/Stack trace
Additional information
No response