Is your feature request related to a problem? Please describe.
We're trying to deploy preview branches onto appengine using versioning. This results in URLs like http://[VERSION_ID]-dot-[YOUR_PROJECT_ID].appspot.com. We want to be able to run E2E tests against preview branches and send links to stakeholders for previewing. Unfortunately with Firebase authentication, we have to manually set each whitelisted subdomain we want to use. This isn't the end of the world but it'd be nice to say "hey, we own this appengine (or whatever) namespace, whitelist everything under it."
Describe the solution you'd like
I'd like to either:
*-dot-[YOUR_PROJECT_ID].appspot.comadmin.auth().validateDomain(...) might work for our use case.Describe alternatives you've considered
As an alternative, we've:
Additional context
Just to be crystal clear, this is for the domain whitelisting that happens at https://console.firebase.google.com/u/0/project/[PROJECT_ID]/authentication/providers
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Can you also file an official feature request for this.
Any news on that?
@bojeil-google @hiranya911 Do you have any update on where this sits in product roadmap?
Most helpful comment
Can you also file an official feature request for this.