Skip to content

Releases: kreait/laravel-firebase

1.3.0

15 Jan 19:14
1.3.0
3206b13

Choose a tag to compare

  • Added a notice about not using the factory pattern described in the SDK documentation when using this package. (Although not a code change, adding it in the changelog to enhance visibility)
  • Added support for Lumen
  • Updated kreait/firebase-php to ^4.38.1

1.2.0

25 Oct 23:23
1.2.0
3a9bf0f

Choose a tag to compare

  • Updated kreait/firebase-php to ^4.35.0
  • Added Firestore to the Service Provider and as FirebaseFirestore facade

1.1.0

19 Sep 08:23
e9efcd6

Choose a tag to compare

  • Updated kreait/firebase-php to ^4.32.0
  • Added Dynamic Links to the Service Provider and as FirebaseDynamicLinks facade
  • Added FIREBASE_DYNAMIC_LINKS_DEFAULT_DOMAIN as environment variable

To update the package, please re-publish its configuration

php artisan vendor:publish --provider="Kreait\Laravel\Firebase\ServiceProvider" --tag=config

or add the following section to config/firebase.php:

<?php

return [
    // ...
    'dynamic_links' => [
        'default_domain' => env('FIREBASE_DYNAMIC_LINKS_DEFAULT_DOMAIN')
    ],
    // ...
];

1.0.1

19 Aug 08:54
1.0.1
67d5ae8

Choose a tag to compare

  • Make clear that this package needs Laravel 5.8 or higher.
  • Update kreait/firebase-php to ^4.30.1
  • Require illuminate/contracts and illuminate/support

1.0.0

17 Aug 12:03
1.0.0
534b5a4

Choose a tag to compare

Initial release