Releases: kreait/laravel-firebase
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-php
to^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
1.4.0
1.3.0
1.2.0
- Updated
kreait/firebase-php
to^4.35.0
- Added Firestore to the Service Provider and as
FirebaseFirestore
facade