I have a site hosted in firebase hosting, and wanted it to respond to any subdomain requests, such as a wilcard dns, for example:
If I access link or link or link or link or https: //*.moreirasbuffet.com
The client receives the same page as a response.
Is it possible?
obs: I do not want to and I can not create each subdomain manually.