Firebase Admin SDK for PHP v4.36.0 Release Notes

Release Date: 2019-12-01 // over 4 years ago
  • Auth

    • โž• Added methods to verify password reset codes and confirm password reset requests (Documentation), thanks to @joemugen

    Messaging

    General

    • Made custom PSR-7 messages with wrapped messages immutable (until now only the wrapped messages were immutable)
    • โž• Added PHP 7.4 to the testing matrix