Firebase 托管 - 用户自定义域(白标)
Firebase hosting - user custom domain (white-labeling)
我正在为我的一个应用程序使用 firebase,并希望添加功能,让我的用户可以自定义域名并改用他们自己的域名。
因此,他们可以将其更新为 "mydomain.com/bla",而不是我应用的 "example.com/bla" 作为高级品牌功能(白标)。
是否可以使用 firebase hosting/functions,如果可以,如何实现?
我正在寻找的示例之一可以在这里找到:
https://www.surveyhero.com/white-label-surveys?ref=features-table
为了将此问题标记为已回答,请在此处粘贴 Michael Bleigh 的评论:
Firebase Hosting is not well-suited for multi-tenant domain
provisioning. Going above 20 domains on a single site is not
recommended and can cause provisioning delays and other issues.
所以答案是“不,这真的不可能(至少在写这个答案的时候),因为它不会扩展到超过 20 个域。”
我正在为我的一个应用程序使用 firebase,并希望添加功能,让我的用户可以自定义域名并改用他们自己的域名。
因此,他们可以将其更新为 "mydomain.com/bla",而不是我应用的 "example.com/bla" 作为高级品牌功能(白标)。
是否可以使用 firebase hosting/functions,如果可以,如何实现?
我正在寻找的示例之一可以在这里找到: https://www.surveyhero.com/white-label-surveys?ref=features-table
为了将此问题标记为已回答,请在此处粘贴 Michael Bleigh 的评论:
Firebase Hosting is not well-suited for multi-tenant domain provisioning. Going above 20 domains on a single site is not recommended and can cause provisioning delays and other issues.
所以答案是“不,这真的不可能(至少在写这个答案的时候),因为它不会扩展到超过 20 个域。”