All Versions
175
Latest Version
Avg Release Cycle
22 days
Latest Release
106 days ago

Changelog History
Page 16

  • v3.3.3 Changes

    November 01, 2017
    • ๐Ÿ›  Fixed Travis CI builds for pull requests
    • ๐Ÿ›  Fixed class/namespace collisions in certain PHP versions.
  • v3.3.2 Changes

    October 23, 2017
    • Only classes implementing an interface should be final.
  • v3.3.1 Changes

    October 21, 2017
    • โช Restored PHP 7.0 compatibility
  • v3.3.0 Changes

    October 21, 2017
    • Enabled API exceptions to be debuggable by including the sent request and received response. (Documentation)
  • v3.2.1 Changes

    October 12, 2017
    • โช Reverted Kreait\Firebase\Factory deprecations introduced in 3.2.0
  • v3.2.0 Changes

    October 05, 2017
    • โž• Added user management features (Documentation)
    • ๐Ÿ—„ Deprecated Kreait\Firebase\Factory::withServiceAccount(), use Kreait\Firebase\Factory::withServiceAccountAndApiKey() instead
    • ๐Ÿ—„ Deprecated Kreait\Firebase::asUserWithClaims(), use Kreait\Firebase\Auth::getUser() and Kreait\Firebase::asUser() instead
    • ๐Ÿ—„ Deprecated Kreait\Firebase::getTokenHandler(), use Kreait\Firebase\Auth::createCustomToken() and Kreait\Firebase\Auth::verifyIdToken() instead.
    • โž• Added migration instructions for deprecated methods, see Documentation
  • v3.1.2 Changes

    August 11, 2017
    • โœ‚ Removed the restriction to the google/auth package to versions <1.0
  • v3.1.1 Changes

    June 17, 2017
    • ๐Ÿ›  Fixed the error that Service Account Autodiscovery was not working when no Discoverer was given.
  • v3.1.0 Changes

    June 10, 2017
    • ๐Ÿ“š Deprecated Kreait\Firebase\Factory::withCredentials() (Documentation)
    • ๐Ÿ“š Extracted Service Account discovery to a distinct component (Documentation)
      • Added Kreait\Firebase\ServiceAccount::discover()
      • You can now add your own discovery methods (Documentation)
    • ๐Ÿ“š Updated and restructured the documentation
  • v3.0.2 Changes

    June 08, 2017
    • โž• Added additional checks to ensure given credentials are valid and readable
    • When using the Factory and passing the path to an invalid credentials file, the factory would continue to try to get the credentials e.g. from one of the environment variables. This has now changed: the factory immediately quits when given invalid credentials.