-
Notifications
You must be signed in to change notification settings - Fork 2.2k
-
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"
}
}
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 8
Replies: 3 comments
-
Absolutely aiming to support this. Need to bump the firebase-tools version in the next release.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 3
0 replies
-
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
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
any update on this?
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment