Firebase Admin SDK for PHP v4.13.2 Release Notes

Release Date: 2018-07-25 // almost 6 years ago
  • 🛠 Bugfixes

    • 🔧 Project IDs that cannot be used for database URIs directly are sanitized when configuring a Service Account (#228)

    Non-breaking changes

    • When publishing an outdated Remote Config, Firebase previously returned an "OPERATION ABORTED" error, resulting in a Kreait\Firebase\Exception\RemoteConfig\OperationAborted exception. Firebase has changed the error to "VERSION MISMATCH", which now results in a Kreait\Firebase\Exception\RemoteConfig\VersionMismatch exception. The new exception inherits from the old exception, so no code changes are required.
    • 👻 A Kreait\Firebase\Exception\RemoteConfigException now includes the full error as returned by the Firebase API.