I followed MongoDb Stitch docs to setup Google OAuth. Everything works fine, except that the user consent screen shows "mongodb.com" instead of my own domain. Google shows the domain from which the request is coming from, not the app name set in the Google console. OK, I figured out that I have to let Google verify my web app to make it show my web apps name and logo. After 5-6 email exchanges I received an email from Google telling me that I have to be the owner of mongodb.com to proceed with my verification. All of the Authorized Javascript Origins and Redirect URLs should be owned by me. So in summary, with current setup it is not possible to show your own web app name because there is no way for me to claim ownership of mongodb.com.
Any ideas on how to solve this?