Firebase - Subdomain for each client

1.1k Views Asked by At

Using firebase hosting is it possible to give each client their own subdomain on registration?

For example;

clientA.startup.com
clientB.startup.com

I could not find an API for domains and see no wildcard support in the docs.

Thanks, Lewis

1

There are 1 best solutions below

2
On BEST ANSWER

This is not currently a supported use case of Firebase Hosting. We are examining support for wildcard domains in the future, but it's not in the near-term roadmap. We may eventually open an API for adding domains, but if we did it would not be intended to be used for a massively-multi-tenant use case.