Google test users on Firebase auth
Asked Answered
E

3

6

I have implemented google sign-in , and anonymous sign-in through firebase on my app.

Whenever I submit a new apk to google play console, google runs its tests and generates a pre-launch report, which is all nice, informative, and good.

The problem though, is that my firebase auth tab is filled with a lot of garbage anonymous users, and many different random google accounts.

Is there a way to delete these accounts? Or to specify which user should be used in the google sign-in flow?

Embarrassment answered 21/8, 2020 at 9:21 Comment(3)
I have a similar problem. Every time I submit a new version, my Firebase Auth gets "<random character>.<5 digits>@gmail.com" account. Is this what you observe too?Bestrew
@Bestrew yup, that is what I observe as well.Embarrassment
Good to know. I had posted my observation in my post. https://mcmap.net/q/1634134/-android-app-bundle-uploads-create-strange-accounts-lt-characters-gt-lt-5-digits-gt-gmail-com-in-firebase-authentication/975074Bestrew
P
1

You can specify your own test Google account (username + password) for Play Store to use to run your PLR tests. Or you can write and submit a robo-script to customize the app crawl even further.

PLR console

Philippe answered 21/8, 2020 at 20:49 Comment(1)
hi. I'm having same problem. with every production apk, google play testers opens 20 accounts in my project and thats bad. how can i access that page in your screenshot? i couldn't find.Scrupulous
B
1

You can access the page to upload your Roboscript and/or specify sign-in credentials using the Settings tab.

enter image description here

Bookstore answered 9/10, 2020 at 18:28 Comment(0)
S
0

you can find it under Testing => Pre-launch report => Settings

Speechmaker answered 13/4, 2021 at 20:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.