Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(deploy): Support for Preview Channels #2612

lacolaco started this conversation in Ideas
Discussion options

Firebase Hosting finally supports the Preview Channel feature!

https://firebase.googleblog.com/2020/10/preview-channels-firebase-hosting.html

So I think ng deploy should allow developers to choose the channels.

# Just a proposal inspired by https://github.com/marketplace/actions/deploy-to-firebase-hosting
{
 "builder": "@angular/fire:deploy",
 "options": {
 "channelId": "preview",
 "expires": "7d"
 } 
}
You must be logged in to vote

Replies: 3 comments

Comment options

Absolutely aiming to support this. Need to bump the firebase-tools version in the next release.

You must be logged in to vote
0 replies
Comment options

Any idea when this is ready? The documentation in here is somewhat out of sync with the out of the box setup of ng add @angular/fire

You must be logged in to vote
0 replies
Comment options

any update on this?

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
Converted from issue

This discussion was converted from issue #2612 on December 10, 2020 02:47.

AltStyle によって変換されたページ (->オリジナル) /