我已将 firebase 电话身份验证添加到我的 android 应用程序中。它运行良好,但应用名称未包含在短信验证消息中,因为它出现在 firebase 控制台的短信模板中:(%LOGIN_CODE% 是您的 %APP_NAME% 验证码。)。
我收到的消息如下:(%LOGIN_CODE% 是您的验证码)
我的应用程序的调试版本和发布版本都有这个问题。
那么,如何将应用程序名称添加到此消息中。
android firebase firebase-authentication
android ×1
firebase ×1
firebase-authentication ×1