Recent firebase mean that currently it's not possible to log in to staging appengine deployments without changing this config:
|
auth_domain: login.custom-domain.com |
to point to the staging instance URL.
To make this work seamlessly without having to hand edit configs, we should add an additional staging_auth_domain that's used for staging deployments.