We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kreait/firebase-php
3.8.1
Introduced on 3.8.1, $auth->verifyTokenId() method id no longer expecting a string but a \Lcobucci\JWT\Token instance.
$auth->verifyTokenId()
\Lcobucci\JWT\Token
I'll provide a PR for it on the next couple hours.
Thanks
The text was updated successfully, but these errors were encountered:
@hernandev Thank you again for the fast discovery and pointing into the right direction!
resolved in 3.8.2
Sorry, something went wrong.
👍
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
1. Which version of
kreait/firebase-php
are you using?3.8.1
3. What's the issue?
Introduced on 3.8.1,
$auth->verifyTokenId()
method id no longer expecting a string but a\Lcobucci\JWT\Token
instance.I'll provide a PR for it on the next couple hours.
Thanks
The text was updated successfully, but these errors were encountered: