A Laravel package for the Firebase PHP Admin SDK
The fire.com API allows you to deeply integrate Business Account features into your application or back-office systems.
* Upgraded `kreait/firebase-php` from 7.x to 8.x * Dropped support for PHP 8.2 (The SDK requires at least PHP 8.3) --- > [!IMPORTANT] > **Supp…
The package is now ready for PHP 8.5
Added support for callable strings/arrays when defining Guzzle Middlewares. This ensures that the Firebase config can be cached. ([#247](https://githu…
* 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) > [!IM…
Added support for PHP 8.4
Revert making the Service provider deferrable. The auto discovery problem is hopefully still fixed because of the change in the latest version of the …
Service Provider Registration is now deferred. This should fix the credentials auto discovery in Laravel's package discovery stage ([#210](https://git…
Added support for Laravel 11 ([#214](https://github.com/kreait/laravel-firebase/pull/214))