Skip to content

Releases: kreait/firebase-bundle

5.3.0

28 May 21:57
5.3.0
f0d5e0a
Compare
Choose a tag to compare

Added Support for overriding the ProjectFactory (#60)

5.2.0

25 Jan 11:15
5.2.0
d00f115
Compare
Choose a tag to compare

Added Support for AppCheck (#54)

5.1.1

01 Dec 04:17
5.1.1
aef5606
Compare
Choose a tag to compare

Actually support Symfony 7 (#53)

5.1.0

30 Nov 23:47
5.1.0
cd4e7b0
Compare
Choose a tag to compare

Added support for PHP 8.3 and Symfony 7 (#52)

5.0.0

13 Jan 10:29
90d2a2e
Compare
Choose a tag to compare
  • Upgraded kreait/firebase-php from 6.x to 7.x
  • Dropped support for PHP <8.1 (the PHP SDK requires PHP 8.1/8.2)

4.1.0

07 Jul 12:32
ac4fc04
Compare
Choose a tag to compare

Added

  • Extra aliases have been added to make it easier to work with multiple projects. (#41)

4.0.0

09 Jan 17:36
237d2ff
Compare
Choose a tag to compare

This is a release with breaking changes. Please review the following changes and adapt your application where needed.

Changes

  • Added support for kreait/firebase-php ^6.0
  • Dropped support for kreait/firebase-php <6.0
  • If you're type-hinting dependencies in your application code, make sure you type-hint the Kreait\Firebase\Contract\* interfaces, not the Kreait\Firebase\* implementations

If you or your team rely on this project and me maintaining it, please consider becoming a Sponsor 馃檹

3.1.0

04 Dec 13:25
8157334
Compare
Choose a tag to compare

Added support for caching the authentication tokens used for connecting to the Firebase servers.

Enable it in your config file:

# app/config/config.yml (Symfony without Flex)
# config/packages/firebase.yaml (Symfony with Flex)
kreait_firebase:
    projects:
        my_project:
            # ...
            auth_token_cache: app.cache

If you or your team rely on this project and me maintaining it, please consider becoming a Sponsor 馃檹

2.7.0

04 Dec 13:23
faa64e7
Compare
Choose a tag to compare

Added support for caching the authentication tokens used for connecting to the Firebase servers.

Enable it in your config file:

# app/config/config.yml (Symfony without Flex)
# config/packages/firebase.yaml (Symfony with Flex)
kreait_firebase:
    projects:
        my_project:
            # ...
            auth_token_cache: app.cache

If you or your team rely on this project and me maintaining it, please consider becoming a Sponsor 馃檹

2.6.1

04 Dec 00:21
27aeba6
Compare
Choose a tag to compare

Fixed service alias deprecation when used with Symfony 4.4 (#38)