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?
