Releases: kreait/firebase-bundle
Releases · kreait/firebase-bundle
1.10.0
- Updated dev-dependency on
symfony/cache
to address CVE-2019-10912 - Added support for Firebase Dynamic Links (#22)
1.9.0
1.8.0
- Dropped support for unsupported Symfony releases, supported are
^3.4|^4.2|^5.0
- Made the Cache used to cache Google's Public Keys for ID Token verification configurable
1.7.0
Added support for Symfony 5.x
1.6.1
Upgraded symfony/dependency-injection to avoid CVE-2019-10910
1.6.0
1.5.0
Updated kreait/firebase-php
to ^4.35
1.4.0
- Updated
kreait/firebase-php
to^4.34
- Added handling of now deprecated methods of the SDK
- The predefined service classes can now be overridden via parameters
- The bundle is now tested with all currently supported PHP and Symfony versions
1.3.0
Credential autodiscovery is now disabled when the credentials
configuration option has been set. This prevents triggering it when there is a problem with the configured credentials.