github kreait/firebase-bundle 0.3.1
Ability to specify HTTP Adapter

latest releases: 4.1.0, 4.0.0, 3.1.0...
pre-release9 years ago

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

Don't miss a new firebase-bundle release

NewReleases is sending notifications on new releases.