How to customize domain name of firebase database, auth and storage?
问题 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: example.firebaseapp.com => auth.example.com databaseURL: example.firebaseio.com => db.example.com storageBucket: example.appspot.com => storage.example.com I tried to cname the domain (eg cname auth.example.com to example.firebaseapp.com) but this cause the https://auth.example.com shows the certificate error. can I resolve that? 回答1: