-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(schematics): support FIREBASE_TOKEN for ng deploy
#2327
feat(schematics): support FIREBASE_TOKEN for ng deploy
#2327
Conversation
Any updates? |
@jamesdaniels hello! I really need this feature. Can you give comments on it? |
We'll get this in shortly, thanks for the contribution. |
…-env # Conflicts: # src/schematics/deploy/actions.jasmine.ts # src/schematics/deploy/actions.ts # src/schematics/deploy/builder.ts
Please provide updates on this or at least an alternative on how to use the firebase token in a CI environment. I tried deploying in Github Actions with
And I get: How do I set the environment variable so that it doesn't require a login? |
@wajeehmisbahkhan I tried to update the request, but the team never looked at it. Maybe @jamesdaniels have a different plan. Now I have no time to support this PR. |
I can take this to the finish line before I cut 6.1, thanks @IKatsuba |
@wajeehmisbahkhan you can try this package @ng-builders/firebase |
Checklist
yarn install
,yarn test
run successfully? yesDescription
Code sample