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?

Edric
  • 24,639
  • 13
  • 81
  • 91
maclir
  • 3,218
  • 26
  • 39
  • 1
    I have a similar problem. Every time I submit a new version, my Firebase Auth gets ".<5 digits>@gmail.com" account. Is this what you observe too? – suztomo Nov 25 '20 at 21:54
  • @suztomo yup, that is what I observe as well. – maclir Jan 04 '21 at 07:07
  • Good to know. I had posted my observation in my post. https://stackoverflow.com/q/65523551/975074 – suztomo Jan 04 '21 at 20:41

3 Answers3

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

P. Davis
  • 929
  • 6
  • 10
  • 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. – mtalha Oct 05 '20 at 12:45
0

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

enter image description here

0

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

Austen Novis
  • 444
  • 1
  • 12
  • 30