Firebase Phone Authentication not showing app name

大城市里の小女人 提交于 2019-12-23 19:43:37

问题


I have added firebase phone authentication to my android app. It worked well, but the the app name is not included in the sms verification message as it appears in the sms template in the firebase console: (%LOGIN_CODE% is your verification code for %APP_NAME%.).

The message I receive looks like: (%LOGIN_CODE% is your verification code)

I have this problem for both debug and release versions of my app.

So, how to add the app name to this message.


回答1:


I believe they get the app name corresponding to your Android package name from the Google Play Store. So until your app is on the Play Store, they won't be able to show the app name in the SMS message.




回答2:


It was by Firebase. Maybe they were testing this new feature. Thanks to all.



来源:https://stackoverflow.com/questions/46756272/firebase-phone-authentication-not-showing-app-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!