Home > Software engineering >  How to change displayed project name in authentication with google,firebase
How to change displayed project name in authentication with google,firebase

Time:02-14

This is my default UI for authentication with Google. I'm using IOS emulator and i don't know how to change project name. Can you show me how to change project name? Thanks.enter image description here

CodePudding user response:

From the documentation on renaming your project:

The project card displays the name of your project (visible only to project members) and the project's public-facing name.

The public-facing name is the name presented to users when they are shown any public instances of your project. For example, the public-facing name displays on emails that your users receive after creating an account with your app.

To edit either of your project's names:

  1. Click the pencil icon next to the name for either Project name or Public-facing name.
  2. Enter a new name.
  3. Click Save.

Also see:

  • Related