- 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 (usefule for Dependency Injection/Autowiring)
- Initial release with support for
kreait/firebase-php
^4.0
- Updated dependencies to add support for PHPUnit and Symfony 3.0.
- Removed obsolete documentation from the README.
- Adds authentication support
- 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
- Removed unused USE statements
- Text files should contain line endings
- fixed autoloading namespace
###Added
- Initial commit, version is in-sync with the firebase-php lib for convenience
- Here we go.