Releases: kreait/firebase-php
Releases · kreait/firebase-php
3.5.0
- Adds support for getting and updating Realtime Database Rules (#136) (Documentation)
- Handles non-JSON responses better.
3.4.2
Restore PHP 7.0 compatibility
3.4.1
Avoid OutOfBoundsException when a user's email is not set
3.4.0
- Added
Kreait\Firebase\Auth\User::getEmail()
- Added
Kreait\Firebase\Auth\User::hasVerifiedEmail()
- Added
Kreait\Firebase\Auth::sendPasswordResetEmail($userOrEmail)
(Documentation)
3.3.3
- Fixed Travis CI builds for pull requests
- Fixed class/namespace collisions in certain PHP versions.
3.3.2
Removed final
keyword from classes not implementing an interface.
If you read this: https://github.com/kreait/firebase-bundle is going to be revived, and this release is needed for its progress :)
3.3.1
Restored PHP 7.0 compatibility
3.3.0
Enabled API exceptions to be debuggable by including the sent request and received response. (Documentation)
3.2.1
Reverted Kreait\Firebase\Factory
deprecations introduced in 3.2.0
3.2.0
- Added user management features (Documentation)
- Deprecated
Kreait\Firebase\Factory::withServiceAccount()
, useKreait\Firebase\Factory::withServiceAccountAndApiKey()
instead - Deprecated
Kreait\Firebase::asUserWithClaims()
, useKreait\Firebase\Auth::getUser()
andKreait\Firebase::asUser()
instead - Deprecated
Kreait\Firebase::getTokenHandler()
, useKreait\Firebase\Auth::createCustomToken()
andKreait\Firebase\Auth::verifyIdToken()
instead. - Added migration instructions for deprecated methods, see Documentation