Firebase hosting with multiple directories at multiple domains

前端 未结 2 1006
感动是毒
感动是毒 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:33

    You can host multiple site on Firebase now.
    https://firebase.google.com/docs/hosting/multisites?authuser=0

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题