How to change the app name for firebase authentication (what the user sees)

后端 未结 5 420
野趣味
野趣味 2020-12-13 04:39

Thanks to firebase v 3.9.0, my social OAuth is working great in my ionic app. I have one little change I\'d like to make. When prompted to login, it says \"Sign in to cont

5条回答
  •  执念已碎
    2020-12-13 05:04

    You should make these modifications in the Google API Console (https://console.cloud.google.com). Go there, find your project's credentials, click "OAuth consent screen" and then there is a textbox that says "Product name shown to users", change the current name to your app's name and click "Save".

提交回复
热议问题