If you or your team rely on this project and me maintaining it, please consider becoming a Sponsor 🙏
Added
- Ensured compatibility with PHP 8.1
- Added optional
$locale
parameter to the following methods(#679)Kreait\Firebase\Auth::getEmailActionLink(string $type, $email, $actionCodeSettings = null, ?string $locale = null)
Kreait\Firebase\Auth::getEmailVerificationLink($email, $actionCodeSettings = null, ?string $locale = null)
Kreait\Firebase\Auth::getPasswordResetLink($email, $actionCodeSettings = null, ?string $locale = null)
Kreait\Firebase\Auth::getSignInWithEmailLink($email, $actionCodeSettings = null, ?string $locale = null)
Deprecated
Kreait\Firebase\Value\Provider
, use provider strings directly (supported providers)Kreait\Firebase\Auth::signInWithTwitterOauthCredential()
, usesignInWithIdpAccessToken('twitter.com')
insteadKreait\Firebase\Auth::signInWithGoogleIdToken()
, usesignInWithIdpIdToken('google.com')
insteadKreait\Firebase\Auth::signInWithFacebookAccessToken()
, usesignInWithIdpAccessToken('facebook.com')
insteadKreait\Firebase\Auth::signInWithAppleIdToken()
, usesignInWithIdpIdToken('apple.com')
instead