I'd like to have 2 firebase projects for two separate environments. dev
and prod
.
my-project-prod
my-project-dev
If I have a single custom domain: www.mydomain.com
Can I use that same custom domain in those 2 different projects?
I would use different subdomains. Example:
my-project-prod
would be connected towww.mydomain.com
my-project-dev
would be connected todev.mydomain.com
Is this possible?