Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
7.19.0 source code.tar.gz | 2025-06-14 | 90.5 kB | |
7.19.0 source code.zip | 2025-06-14 | 204.6 kB | |
README.md | 2025-06-14 | 702 Bytes | |
Totals: 3 Items | 295.8 kB | 13 |
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()
andKreait\Firebase\Http\HttpClientOptions::withGuzzleMiddlewares()
now accept callable strings, in addition to callables. (#1004)
Deprecated
Kreait\Firebase\Factory::withFirestoreDatabase()