I know that I can customize domain name for firebase hosting. But how can I customize the firebase database, auth and storage domain name? eg.
authDomain: ex
Firebase doesn't offer the ability to whitelabel our services under your own domain.
You could choose to proxy all traffic through Hosting + Cloud Functions, but that would be a significant amount of additional work.
What is the need to offer your own custom domain on these services?