Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google sign-in showing incorrect project name - iOS

I have been integrating Google sign-in for syncing the calendar events using Google Calendar API. While trying to sign in, I am getting this.

Google sign in issue

As you can see the name of the project/app is displayed as "project-xxxxxxxxx" rather than the project name itself. How can I display the original project name here?

I have already tried How do I set the project name in the Google iOS Sign-In screen? , but of no use!

like image 667
hamedazhar Avatar asked Jun 14 '18 09:06

hamedazhar


1 Answers

Atlast I found it! I am also using Firebase for database. So when I checked its console , there is an option "Public-facing name" and renamed it. It worked!

Steps for the solution:

  1. Go to Firebase Console and select the project.
  2. Under Settings, select the General tab.
  3. Change the Public-facing name by clicking the Edit button and then Save.

Please check the below image. enter image description here

like image 96
hamedazhar Avatar answered Oct 19 '22 12:10

hamedazhar