packagist kreait/firebase-php 3.8.0

latest releases: 7.x-dev, 7.10.0, dev-dependabot/github_actions/dependabot/fetch-metadata-2.1.0...
6 years ago

Features

  • You can now retrieve a list of all user accounts (Documentation)
  • Thanks to fewer needed HTTP requests, using user authenticated database connections is now faster.
  • The test suite now contains integration tests to ensure that requests to the Firebase/Google APIs actually work.

Bugfixes

  • Changing user emails and passwords was broken due to missing, undocumented fields in requests to the REST API
  • The creation of new users was broken due to a change in responses from the REST API

Deprecations

The previously required web API key is not needed for instance creations anymore and all related methods are deprecated. Please replace calls to Kreait\Firebase\Factory::withServiceAccountAndApiKey() with Kreait\Firebase\Factory::withServiceAccount().

Other

  • PHP 7.2 was added to the Travis CI build matrix

Don't miss a new firebase-php release

NewReleases is sending notifications on new releases.