Skip to content

Releases: kreait/laravel-firebase

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)

5.2.0

30 Mar 11:26
5.2.0
210bc54
Compare
Choose a tag to compare

Added AppCheck support (#174)

5.1

15 Feb 07:15
48b788c
Compare
Choose a tag to compare
5.1

Added support for Laravel 10

5.0

13 Jan 09:48
480867b
Compare
Choose a tag to compare
5.0
  • Upgraded kreait/firebase-php from 6.x to 7.x
  • Dropped support for PHP <8.1, Laravel <9.0
  • Dropped support for Lumen (it is not recommended anymore to use it)
  • The ability to disable credentials auto-discovery has been removed. If you don't want a service account to be auto-discovered, provide it by setting the GOOGLE_APPLICATION_CREDENTIALS environment variable or by modifying the package configuration.

4.2.0

28 Jul 18:05
35bdebd
Compare
Choose a tag to compare
  • Bumped dependencies, the minimum version of the underlying SDK is now 6.7.0.
  • Updated comment in config/firebase.php to reference the default HTTP timeout
    • With kreait/firebase 6.7.0, the default was changed from ∞ to 30 seconds.