Description
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
✔️ This is a feature request for FirebaseUI Auth, specifically the documentation.
Step 2: Describe your environment
- Android device: multiple test devices on "pre-launch" tests of Google Play, powered by Firebase Test Lab
- Android OS version: multiple, see above
- Google Play Services version: multiple, see above
- Firebase/Play Services SDK version: com.google.firebase:firebase-bom:30.3.1, target SDK 31
- FirebaseUI version: 8.0.1
Step 3: Describe the problem:
"Pre-launch test" functionality on Google Play uses Firebase Test Lab to test new app releases via automated robo tests (basically randomly clicking around in the app). After each pre-launch test, I see a number of password reset mails going to the mail address of the test account provided to Google Play for testing. Apparently, this robo test does understand where to put the username, but does not understand where to put the password, of the test account.
This process can further be supported by adding the exact resource IDs of the username and password text fields in Google Play console or Firebase Test Lab console. Adding these to the documentation, and ensuring that they aren't renamed between releases, might help with these test failures.