google-signin

Change app name that appears in Google authorization page when using Google login


I have implemented Google signin and it works fine but I have a little problem with the app name appeared in Google authorization page after pressing Google login button. I'm guessing it's from bundleId but not sure. Is there any way to change that name without changing bundleId? Thanks in advance.

enter image description here


Solution

  • You can change the name in this link.

    https://console.developers.google.com/apis/library

    Select your project >> credentials >> OAuth consent screen >> Product name shown to users

    Check the images

    enter image description here

    enter image description here