Firebase Admin SDK for PHP v4.8.0 Release Notes

Release Date: 2018-05-25 // almost 6 years ago
  • ๐Ÿ†• 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.