Skip to content

5.26.0

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 06 Jan 01:37
19c3e2a

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(), use signInWithIdpAccessToken('twitter.com') instead
  • Kreait\Firebase\Auth::signInWithGoogleIdToken(), use signInWithIdpIdToken('google.com') instead
  • Kreait\Firebase\Auth::signInWithFacebookAccessToken(), use signInWithIdpAccessToken('facebook.com') instead
  • Kreait\Firebase\Auth::signInWithAppleIdToken(), use signInWithIdpIdToken('apple.com') instead