Call to undefined method Lcobucci\\JWT\\Token\\Plain::getClaim() #531
|
There is issue when i run the command firebase-php version 5.14.0 |
Answered by
jeromegamez
Dec 23, 2020
Replies: 2 comments 3 replies
|
The issue is that If you found the |
3 replies
Answer selected by
AliHassan13
|
Thanks a lot.. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is that
getClaim()has been deprecated in 3.4 and removed in 4.0. I assume you're using the method somewhere in your code, but since you didn't share code, I can only guess :)If you found the
getClaim()somewhere in the code or docs of the SDK, please let me know or create a PR 🙏