在不设置 DNS 的情况下在 firebase 中设置 Organization/Company 个子域
Setup Organization/Company subdomain in firebase without setting up DNS
我在 firebase 上托管了一个部署到我的 Cloud Domains 的应用程序。
假设 https://example.com
现在,对于我想添加到 firebase 的每个自定义域或子域,我需要使用所需的记录手动设置我的云域的 DNS。
但是,我想在我的应用程序中创建用于组织的工作区(例如 Jira 确实在做 myOrg.atlassian.com)。
所以结果会是
organization.example.com
organization2.example.com
是否可以允许此而无需为每个加入我们应用程序的组织手动设置 DNS?
是否可以在 firebase 上动态创建和设置 link 那些子域到我的云域?
谢谢
目前无法自动添加自定义域。 Firebase Hosting doesn’t have such an API through which it can be done. Also I couldn’t find a workaround to dynamically achieve this feature. So the only way to do this is to go to the Firebase Console and set it up as described here. You can go through this similar Whosebug thread 了解更多。
我在 firebase 上托管了一个部署到我的 Cloud Domains 的应用程序。
假设 https://example.com
现在,对于我想添加到 firebase 的每个自定义域或子域,我需要使用所需的记录手动设置我的云域的 DNS。
但是,我想在我的应用程序中创建用于组织的工作区(例如 Jira 确实在做 myOrg.atlassian.com)。
所以结果会是
organization.example.com
organization2.example.com
是否可以允许此而无需为每个加入我们应用程序的组织手动设置 DNS?
是否可以在 firebase 上动态创建和设置 link 那些子域到我的云域?
谢谢
目前无法自动添加自定义域。 Firebase Hosting doesn’t have such an API through which it can be done. Also I couldn’t find a workaround to dynamically achieve this feature. So the only way to do this is to go to the Firebase Console and set it up as described here. You can go through this similar Whosebug thread 了解更多。