Closed dododedodonl closed 2 years ago
Is it possible to support the latest version (ie 6)?
4.0 is the latest version for the kreait/laravel-firebase
package. Version 4.0 depends on kreait/firebase-php
package version 6.
Ahh right. Does this address the breaking changes in v4?
The version number of kreait/laravel-firebase
just lags behind that of kreait/firebase-php
. Some deprecated facades and configs were removed, and minimum laravel version got bumped to 8 for kreait/laravel-firebase
. In kreait/firebase-php
a few packages got a newer minimum version, but the basic api remains the same. As far as I can tell and tested, no features changed that are used in the notification channel.
I second this and can confirm it. Started to work on it my selfe today at work.
We use it and want to update to php8.1. It did work in our testing environment.
I just wanted to chime to say how amazing it is that you managed to keep backward compatibility to the Firebase package down to v1.3 🤯, great work!
Any news on this?
Can you have a go at installing dev-master
. If all is working i'll tag a new version :)
Looks good to me 👍
Works the same as I tested before! Thanks!
Ta!
I tested too. Looks all fine! Thx
Resolves #97
I tested installing and a simple notification test via a token, and this is successful.