packagist kreait/firebase-php 5.26.0

latest releases: 7.x-dev, 7.13.0, dev-dependabot/github_actions/codecov/codecov-action-4.5.0...
2 years ago

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

Don't miss a new firebase-php release

NewReleases is sending notifications on new releases.