Skip to content

Releases: kreait/firebase-bundle

1.10.0

28 Mar 16:45
1.10.0
7347eb7
Compare
Choose a tag to compare
  • Updated dev-dependency on symfony/cache to address CVE-2019-10912
  • Added support for Firebase Dynamic Links (#22)

1.9.0

09 Feb 16:26
78502a2
Compare
Choose a tag to compare

Service Account credentials can now be provided as an array (#20)

1.8.0

04 Dec 11:01
1.8.0
f1b4aa9
Compare
Choose a tag to compare
  • 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

26 Nov 15:17
1.7.0
ef2f9ef
Compare
Choose a tag to compare

Added support for Symfony 5.x

1.6.1

19 Nov 14:51
1.6.1
e2a3084
Compare
Choose a tag to compare

1.6.0

09 Nov 15:34
1.6.0
6dd8050
Compare
Choose a tag to compare
  • Each Firebase SDK component is now individually registered and accessible (#16).
  • Using the Kreait\Firebase class is deprecated, please use the individual components instead.
  • Defining an alias for the Kreait\Firebase service is deprecated, please also use the individual components instead.

1.5.0

18 Oct 14:09
1.5.0
0c295cd
Compare
Choose a tag to compare

Updated kreait/firebase-php to ^4.35

1.4.0

13 Oct 17:16
1.4.0
e38b13f
Compare
Choose a tag to compare
  • 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

26 May 00:17
1.3.0
21876d5
Compare
Choose a tag to compare

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.

1.2.0

08 Feb 13:56
5a6226a
Compare
Choose a tag to compare

Avoid deprecation warning with newer Symfony versions (#11)