In web, ios and android app we are using Firebase Auth to manage logins and (basic) account creation. I am trying to display the name of my website on google auth popup. When prompted to login, it says "Sign in to continue to my-real-appname-12345f.firebaseapp.com."
How to I change that to our customize name ?
I'm already try to change Public-facing name of firebase settings > General tab but it not works for me.
But our mobile app google login popups shows app name correctly. ios auth login popup
But our web application shows "my-real-appname-12345f.firebaseapp.com." instead of app name
How can I fix this ?