Skip to content

7.19.0

Latest
Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 14 Jun 13:14
· 9 commits to 7.x since this release
7.19.0
b06a2dd

Added

  • You can now save on method call by passing a custom Firestore database name to Kreait\Firebase\Factory::createFirestore($databaseName) instead of having to chain ::withFirestoreDatabase($databaseName)->createFirestore()
  • It is now possible to set live activity tokens in Apns configs.
  • Kreait\Firebase\Http\HttpClientOptions::withGuzzleMiddleware() and Kreait\Firebase\Http\HttpClientOptions::withGuzzleMiddlewares() now accept callable strings, in addition to callables. (#1004)

Deprecated

  • Kreait\Firebase\Factory::withFirestoreDatabase()