Skip to content

4.31.0

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 22 Aug 14:51
4.31.0
c081098

Bugfixes

Messaging

  • Fixed the inability to correctly parse a response from the Firebase Batch Messaging when Messaging::sendMulticast() or Messaging::sendAll() was used with only one recipient.

Changed

Auth

  • The third parameter of Kreait\Firebase\Auth::verifyIdToken() ($allowTimeInconsistencies) has been deprecated because, since 4.25.0, a default leeway of 5 minutes is already applied. Using it will trigger a E_USER_DEPRECATED warning.
  • Previously the "verified" status of an user email could be null if not defined - it will now be false by default