1

I'm trying to use firebase with different subdomains, but serving the same content.

I've managed to redirect subdomains, but I need to stay routed to it.

When I type for exemple: subdomain.mydomain.com, I'm being redirected to mydomain.com. I need it to stay on subdomain.mydomain.com.

The subdomain will be created dynamically.

  • As you've already discovered, it redirects to the root domain, so this isn't possible. – Kato Nov 11 '15 at 20:32
  • Possibly duplicate of http://stackoverflow.com/questions/30147602/how-do-i-make-a-custom-subdomain-on-firebase – João Souza Mar 01 '17 at 20:24

1 Answers1

1

For reference, see the answer from Chris at How do I make a custom subdomain on Firebase?

As it stands this is not currently possible, although it seems to be an often requested feature that they are working on.

Community
  • 1
  • 1
Adam Reis
  • 4,165
  • 1
  • 44
  • 35