Skip to content

Releases: kreait/laravel-firebase

6.0.0

24 Feb 22:12
6.0.0
d6eb3ca
Compare
Choose a tag to compare
  • Added support for Laravel 12
  • Dropped support for Laravel 9 and 10
  • Dropped support for PHP 8.1 (Laravel 11 requires at least PHP 8.2)

Important

The SDK is celebrating its 10th anniversary! If you’ve found value in my work on this project over the years, I’d be truly grateful if you considered showing your support by becoming a Sponsor. Thank you for helping keep this journey going!

5.10.0

22 Nov 13:03
5.10.0
d00093f
Compare
Choose a tag to compare

Added support for PHP 8.4

5.9.1

23 Jun 20:50
5.9.1
dbaf9dc
Compare
Choose a tag to compare

Revert making the Service provider deferrable. The auto discovery problem is hopefully still fixed because of the change in the latest version of the SDK.

5.9.0

23 Jun 09:05
5.9.0
b592e55
Compare
Choose a tag to compare

Service Provider Registration is now deferred. This should fix the credentials auto discovery in Laravel's package discovery stage (#210)

5.8.0

13 Mar 18:34
5.8.0
a028cb6
Compare
Choose a tag to compare

Added support for Laravel 11 (#214)

5.7.0

19 Feb 18:45
5.7.0
3628ce4
Compare
Choose a tag to compare

Enabled using symfony/cache:^7

5.6.0

12 Jan 23:31
5.6.0
9207687
Compare
Choose a tag to compare

Added support for overriding the name of the Firestore Default Database (#209)

5.5.0

01 Dec 04:28
5.5.0
0cd2f7f
Compare
Choose a tag to compare

Added support for PHP 8.3

5.4.0

05 Oct 21:52
5.4.0
a17491f
Compare
Choose a tag to compare

Added support for configuration of credentials with a config array (#202)


This package needs your support. Please read about the future of the Firebase Admin PHP SDK on the SDK's GitHub Repository.

5.3.0

26 Jul 12:28
5.3.0
34ded0e
Compare
Choose a tag to compare

Enabled injecting middlewares into the Firebase API client (#187)