Firebase hosting with multiple directories at multiple domains

前端 未结 2 1023
感动是毒
感动是毒 2020-12-03 05:22

I have the following setup and wanted to know how to best configure Firebase hosting

I have a repo with the /build directory with three subdirectories:

2条回答
  •  悲哀的现实
    2020-12-03 05:45

    This would require setting up six projects (one for each prod/dev environment) and three firebase.json files. You can associate multiple domains with a single site, but at present you cannot have multiple sites in the same project. This is something that we're looking into supporting in the future, but there's nothing to announce at this time.

提交回复
热议问题