Releases: kreait/firebase-bundle
Releases · kreait/firebase-bundle
5.5.0
5.4.0
5.3.0
5.2.0
5.1.1
5.1.0
5.0.0
- Upgraded
kreait/firebase-php
from 6.x to 7.x - Dropped support for PHP <8.1 (the PHP SDK requires PHP 8.1/8.2)
4.1.0
4.0.0
This is a release with breaking changes. Please review the following changes and adapt your application where needed.
Changes
- Added support for
kreait/firebase-php
^6.0 - Dropped support for
kreait/firebase-php
<6.0 - If you're type-hinting dependencies in your application code, make sure you type-hint the
Kreait\Firebase\Contract\*
interfaces, not theKreait\Firebase\*
implementations
If you or your team rely on this project and me maintaining it, please consider becoming a Sponsor 🙏
3.1.0
Added support for caching the authentication tokens used for connecting to the Firebase servers.
Enable it in your config file:
# app/config/config.yml (Symfony without Flex)
# config/packages/firebase.yaml (Symfony with Flex)
kreait_firebase:
projects:
my_project:
# ...
auth_token_cache: app.cache
If you or your team rely on this project and me maintaining it, please consider becoming a Sponsor 🙏