Search code examples
firebasednssubdomainfirebase-hosting

Does Firebase support multiple subdomains?


I'm working on a website development, right now I have the site up and live in Firebase.

The thing is that I need to add a folder but this need to be in a subdomain, i.e,

Domain: example.firebaseapp.com with all the assets and things that my website needs. subdomain: design-explorer.example.firebaseapp.com Here is where I have to add the new folder.

Is it possible do this? I have been reading the documentation but there is no information about it.


Solution

  • Firebase Hosting does not currently support hosting multiple subdomains in subfolders of the same project.

    The only option at the moment is to host each subdomain on a separate project.