Bugfixes
Messaging
- Fixed the inability to correctly parse a response from the Firebase Batch Messaging when
Messaging::sendMulticast()
orMessaging::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 aE_USER_DEPRECATED
warning. - Previously the "verified" status of an user email could be
null
if not defined - it will now befalse
by default