-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
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
Require firebase JWT lib #7372
Require firebase JWT lib #7372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works 👍
You might want to add a call to composer install --no-dev
somewhere in the
Makefile
so the library is fetched while building the app. Also it should be included in the resulting app tarball (currently vendor
is excluded).
Signed-off-by: Joas Schilling <[email protected]>
95d745b
to
f0edd9c
Compare
Adjusted |
Also checked and the release building action also does composer install --no-dev : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🚀
For #7336