Deploy Firebase Hosting cho dự án mới
Lê Thành ✍︎︎ 18-08-2020
- chọn hosting bằng lệnh
firebase init
- firebase console go
hosting -> Add another site
firebase target:apply hosting [added-site] [added-site]
(ok if file.firebase.rc/targets
fields added )- thêm vào
firebase.json/hosting
trườngtarget
với giá trị[added-site]
ở trên firebase deploy --only hosting:[added-site]