7.20.0 #1010
jeromegamez
announced in
Releases
7.20.0
#1010
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You can now get a user by their federated identity provider (e.g. Google, Facebook, etc.) UID with
Kreait\Firebase\Auth::getUserByProviderUid()
. (#1000).Since this method couldn't be added to the
Kreait\Firebase\Contract\Auth
interface without causing a breaking change, a new transitional interface/contract namedKreait\Firebase\Contract\Transitional\FederatedUserFetcher
was added. This interface will be removed in the next major version of the SDK.There are several ways to check if you can use the
getUserByProviderUid()
method:Kreait\Firebase\Factory::withDefaultCache()
allows you to set a default cache implementation for the SDK. This is useful if you want to use one cache implementation for all components that support caching. (Documentation)Deprecated
Kreait\Firebase\Factory::getDebugInfo
What's Changed
New Contributors
Full Changelog: 7.19.0...7.20.0
This discussion was created from the release 7.20.0.
Beta Was this translation helpful? Give feedback.
All reactions