Android app bundle uploads create strange accounts (<characters>.<5 digits>@gmail.com) in Firebase Authentication

跟風遠走 提交于 2021-02-08 03:26:30

问题


I have an Android app using Flutter. The app backend is Firebase. Every time I upload an app bundle to Play Store Console, somebody (some system) creates strange user accounts in my Firebase project. They are strange because the email format is always <some characters>.<5 digits>@gmail.com, such as johndae.38473@gmail.com and nanashigonbe.83721@gmail.com.

Here is the screenshot of the Firebase console showing the strange accounts in my development project. Google Play Store support tells me to talk to Firebase support. Firebase support said they cannot track the accounts creation.

Does anyone know why these accounts are created every time I submit my app to Play Store Console?


回答1:


These emails are caused because of Google Play Console's Pre Launch Reports which run for each version of the app you submit.

These are robots that test your app and they use these emails to log in to it. Google does this to check the quality of your app and to see if it meets the Google Play policies.

Go to "Release" > "Testing" > "Pre-Launch Report". If you watch the videos there of the robots testing your app you will see they are using the strange email addresses to log in.



来源:https://stackoverflow.com/questions/65523551/android-app-bundle-uploads-create-strange-accounts-characters-5-digitsgmai

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