Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase - Subdomain for each client

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

like image 468
Lewis Quaife Avatar asked Sep 01 '17 22:09

Lewis Quaife


1 Answers

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.

like image 179
Michael Bleigh Avatar answered Oct 11 '22 05:10

Michael Bleigh