Releases: kreait/laravel-firebase
3.1.0
3.0.0
See "upgrading to version 3" section in UPGRADE.md
Added
- Support for multiple firebase projects (thanks to @dododedodonl).
\Kreait\Laravel\Firebase\Facades\Firebasefacade- HTTP Client Options are now configurable (thanks to @kakajansh)
Changed
- config/firebase.php has a new format to support multiple projects
Deprecated
- Use of
FirebaseAuth,FirebaseDatabase,FirebaseDynamicLinks,FirebaseFirestore,FirebaseMessaging,FirebaseRemoteConfigandFirebaseStoragefacades
Removed
- Dropped support Laravel 5.8 and Lumen 5.8
2.4.0
PHP ^8.0 is now an allowed (but untested) PHP version
2.3.1
Fix-release for a mis-tagged 2.3.0 🙈
2.3.0
Added support for Laravel 8.x
2.2.0
Added
It is now possible to log HTTP requests and responses to the Firebase APIs to existing log channels. See the "logging" section in config/firebase.php for the configuration options and the SDK Logging Documentation for more information.
Changed
The default branch of the GitHub repository has been renamed from master to main - if you're using dev-master as a version constraint in your composer.json, please update it to dev-main.
2.1.0
Added config option to debug HTTP requests made directly from the SDK. It is disabled by default and can be enabled with the FIREBASE_ENABLE_DEBUG=true environment variable or by adding 'debug' => true to config/firebase.php.
2.0.0
If you are not using any classes or methods marked as @deprecated or @internal you should be able to upgrade from a 1.x release to 2.0 without changes to your code.
Updated kreait/firebase-php to ^5.0
1.5.0
- Updated
kreait/firebase-phpto^4.40.1- This allows for the service account credentials to be stored as strings in environment variables parsed for during auto discovery
- Added support for Laravel/Lumen
^7.0