firebase deploy --only hosting
uploads to one of the 2 domains, how can i change to the other one I created?
is it done by the firebase dashboard or CLI?
thanks
firebase deploy --only hosting
deploys into name-12345.web.app instead into name.web.app which I created
Possible related answer and solution in How do I switch apps from the firebase cli?