All Versions
163
Latest Version
Avg Release Cycle
23 days
Latest Release
-

Changelog History
Page 11

  • v4.13.0 Changes

    July 16, 2018

    🔋 Features

    • ➕ Added support for setting a continueUrl to email actions (#220, thanks to Wade Womersley)
  • v4.12.1 Changes

    July 08, 2018

    🛠 Bugfixes

    • 🛠 Fixed the import of existing Remote Config conditions (#218)

    🔄 Changes

    • 👻 A more descriptive exception is thrown when adding a parameter to a Remote Config template that refers to a condition that doesn't exist.
  • v4.12.0 Changes

    June 28, 2018
    • ➕ Added support for validating FCM messages without actually sending them (#216) (Documentation)
  • v4.11.0 Changes

    June 26, 2018

    🆕 New features

    • 🔧 Enabled custom configuration and middlewares for the underlying HTTP client (Documentation)

    🛠 Bugfixes

    • 🛠 Fixed issue when creating anonymous users: The Firebase REST API now requires empty payloads to be objects, not arrays ({} instead of [])
  • v4.10.1 Changes

    June 19, 2018

    🛠 Bugfixes

    • ➕ Added support for non-alphabetical chars in keys in Database snapshots (#212)
  • v4.10.0 Changes

    June 15, 2018

    🆕 New features

    • Enabled the caching of Google's public keys used for ID Token verification (#210) (Documentation)
  • v4.9.0 Changes

    June 09, 2018
    • ➕ Added a flag to Kreait\Firebase\Auth::verifyIdToken() to ignore IssuedInTheFuture exceptions (Documentation)
  • v4.8.0 Changes

    May 25, 2018

    🆕 New features

    • ➕ Added support for FCM Topic management (Documentation)
      • Kreait\Firebase\Messaging::subscribeToTopic($topic, $registrationTokens)
      • Kreait\Firebase\Messaging::unsubscribeFromTopic($topic, $registrationTokens)

    🔄 Changes

    • 🏗 Made Kreait\Firebase\Factory extensible so that it can be extended by libraries that want to build on it.
      • morrislaptop/firestore-php is a new project that aims to provide support for the Firestore without the need to install the grpc PHP extension.
  • v4.7.1 Changes

    May 09, 2018

    🛠 Bugfixes

    • 🛠 Fixed marking disabled users as enabled when using arrays (#196)
  • v4.7.0 Changes

    May 08, 2018

    🆕 New features

    • ➕ Added support to unlink identity providers from a user
      • Kreait\Firebase\Auth::unlinkProvider($uid, $provider) ($provider can be a string or an array of strings)
    • ➕ Added support to remove the phone number from a user (#195)
      • When you update a user (Documentation), you can now
      • set phoneNumber to null
      • set deletePhoneNumber to true
      • set deleteProvider to ['phone']