Firebase Admin SDK for PHP v6.9.1 Release Notes

Release Date: 2022-09-26 // over 1 year ago
  • ➕ Added

    • ➕ Added Kreait\Firebase\RemoteConfig\Template::conditionNames() to return a list of condition names of a Remote Config template
    • ➕ Added Kreait\Firebase\RemoteConfig\Template::withRemovedCondition(string $name) to remove a condition from a Remote Config template by name

    🛠 Fixed

    • HTTP Proxy settings were not applied to the Auth Token Handler. Because of this, outgoing, proxied requests couldn't be authenticated, effectively breaking the SDK. (#735