Skip to content

Releases: kreait/firebase-bundle

1.1.1

09 Apr 13:30
1.1.1
0a95009
Compare
Choose a tag to compare

Bugfixes

  • Fixed the usage of the unconfigured base factory (#7)

1.1.0

07 Apr 22:23
1.1.0
2ee5a33
Compare
Choose a tag to compare
  • A project can be defined as the default project.
  • If only one project is configured, it is considered the default project.
  • The default project is aliased to the Kreait\Firebase class (useful for Dependency Injection/Autowiring)

1.0.0

06 Apr 11:16
1.0.0
98a6976
Compare
Choose a tag to compare

Initial release with support for kreait/firebase-php ^4.0

0.5

07 Dec 18:06
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release
  • Updated dependencies to add support for PHPUnit and Symfony 3.0.
  • Removed obsolete documentation from the README.

0.4

04 May 15:23
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release
  • Adds authentication support
  • Removes ability to specify HTTP Adapter
    • Removes HTTPAdapterBundle as dependency, because it is not available in a current enough version. The Firebase library will guess the best fitting HTTP client from the available clients in your project.

Ability to specify HTTP Adapter

28 Jan 10:17
Compare
Choose a tag to compare
Pre-release

Using different HTTP adapters

In case you want to specify an HTTP adapter other than default one, you need to install https://github.com/egeloen/IvoryHttpAdapterBundle.

Then configuration is as follows:

ivory_http_adapter:
    default: my_curl_adapter
    adapters:
        my_curl_adapter:
            type: curl

kreait_firebase:
    connections:
        main:
            host: glaring-inferno-6221.firebaseio.com
            adapter: my_curl_adapter
            references:
                profiles: data/profiles