6

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

Lewis Quaife
  • 524
  • 4
  • 17

1 Answers1

5

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.

Michael Bleigh
  • 25,334
  • 2
  • 79
  • 85