I am using Firebase Phone Auth sign in for authentication in my android and iOS apps. When verifying a user, there is a minor chance that captcha can be shown for verification and it redirects to webview. In that webview, firebase is showing the default domain "example.firebaseapp.com" to users. I have added a custom domain to firebase hosting and phone auth sign in and it is verified and connected. How can I show this custom domain to users instead of the default domain.
I searched various posts but most of them were related to web and couldn't find anything specific to mobile platform. Please help me with the solution and is it safe to show the default domain to users?