Skip to content

Releases: kreait/firebase-php

7.3.0

03 Jun 07:06
cae5ad8
Compare
Choose a tag to compare

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

03 Apr 23:07
7.2.1
36e8065
Compare
Choose a tag to compare

Fixed a user's MFA information not being correctly parsed (#783)

7.2.0

24 Mar 13:39
7.2.0
94a32e6
Compare
Choose a tag to compare

Added support for the Firebase Auth Emulator when using lcobucci/jwt 5.*

7.1.0

28 Feb 23:41
9139a6b
Compare
Choose a tag to compare

Added support for lcobucci/jwt 5.*

7.0.3

13 Feb 01:00
b67da5a
Compare
Choose a tag to compare

Fixed

Restored support for using a JSON string in the GOOGLE_APPLICATION_CREDENTIALS environment variable. (#767)

7.0.2

27 Jan 09:55
eb3f48d
Compare
Choose a tag to compare

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

27 Jan 09:39
e64ce87
Compare
Choose a tag to compare

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

24 Jan 00:20
b63ef02
Compare
Choose a tag to compare

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

24 Jan 00:10
b7ea6e0
Compare
Choose a tag to compare

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

24 Jan 00:01
01c129e
Compare
Choose a tag to compare

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)