Skip to content

Releases: kreait/laravel-firebase

3.1.0

02 Feb 23:35
c00ec1e

Choose a tag to compare

Added

Support for tenant awareness via FIREBASE_AUTH_TENANT_ID environment variable or firebase.projects.*.auth.tenant_id config variable. (#79) (thanks to @sl0wik)

3.0.0

01 Nov 17:38
68e5def

Choose a tag to compare

See "upgrading to version 3" section in UPGRADE.md

Added

  • Support for multiple firebase projects (thanks to @dododedodonl).
  • \Kreait\Laravel\Firebase\Facades\Firebase facade
  • HTTP Client Options are now configurable (thanks to @kakajansh)

Changed

Deprecated

  • Use of FirebaseAuth, FirebaseDatabase, FirebaseDynamicLinks, FirebaseFirestore, FirebaseMessaging, FirebaseRemoteConfig and FirebaseStorage facades

Removed

  • Dropped support Laravel 5.8 and Lumen 5.8

2.4.0

04 Oct 12:18
6ceb50b

Choose a tag to compare

PHP ^8.0 is now an allowed (but untested) PHP version

2.3.1

08 Sep 20:11
ae6d338

Choose a tag to compare

Fix-release for a mis-tagged 2.3.0 🙈

2.3.0

08 Sep 19:44
815ef67

Choose a tag to compare

Added support for Laravel 8.x

2.2.0

20 Jun 14:30
f802ed1

Choose a tag to compare

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

27 May 17:53
2.1.0
726d7a3

Choose a tag to compare

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

01 Apr 15:14
2.0.0
e14c113

Choose a tag to compare

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

29 Feb 11:45
1.5.0
670361d

Choose a tag to compare

  • 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

22 Feb 13:05
1.4.0
80029b1

Choose a tag to compare

  • Updated kreait/firebase-php to ^4.40.0
  • A relative path to a credentials file is now resolved with base_path() to address issues on Windows systems (#7)