Laravel Firebase Versions Save

A Laravel package for the Firebase PHP Admin SDK

5.8.0

1 month ago

Added support for Laravel 11 (#214)

5.7.0

2 months ago

Enabled using symfony/cache:^7

5.6.0

3 months ago

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

5.5.0

5 months ago

Added support for PHP 8.3

5.4.0

7 months ago

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

9 months ago

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

5.2.0

1 year ago

Added AppCheck support (#174)

5.1.0

1 year ago

Added support for Laravel 10

5.0.0

1 year ago
  • 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

1 year ago
  • 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.