Releases: kreait/firebase-php
Releases · kreait/firebase-php
7.3.0
It is now possible to add config options and middlewares to the Guzzle HTTP Client performing the HTTP Requests to the Firebase APIs through the HttpClientOptions
class. (Documentation)
7.2.1
Fixed a user's MFA information not being correctly parsed (#783)
7.2.0
Added support for the Firebase Auth Emulator when using lcobucci/jwt
5.*
7.1.0
Added support for lcobucci/jwt
5.*
7.0.3
Fixed
Restored support for using a JSON string in the GOOGLE_APPLICATION_CREDENTIALS
environment variable. (#767)
7.0.2
Fixed
Cloud Messaging: The APNS content-available
payload field was not set correctly when a message contained message data at the root level, but not at the APNS config level. (#762)
6.9.5
Fixed
Cloud Messaging: The APNS apns-push-type
header and content-available
payload field were not set correctly when a message contained message data at the root level, but not at the APNS config level. (#762)
7.0.1
Fixed
- When trying to work with unknown FCM tokens, errors returned from the Messaging REST API were not passed to the
NotFound
exception, which prevented the inspection of further details. (#760)
6.9.4
Fixed
- When trying to work with unknown FCM tokens, errors returned from the Messaging REST API were not passed to the
NotFound
exception, which prevented the inspection of further details. (backported from #760)
5.26.4
Fixed
- When trying to work with unknown FCM tokens, errors returned from the Messaging REST API were not passed to the
NotFound
exception, which prevented the inspection of further details. (backported from #760)