Hi,
Basic Load Test steps I want to perform in a simple Firebase app with SMS Verification
1) User enters phone number
2) User passes recaptcha
3) User receives SMS and enters it into the app
This User is now a Firebase User with a uid. I use the uid in my App code.
4) App signs in to firebase auth
5) A form is presented to the user with select, User picks a random choice and presses save.
6) User confirms choice.
7) User is presented with a unique tracking number validating their entry.
Questions
If I want to Load Test with n Users where n approaches 10,000, what steps should I take in Firebase for that many users/phones? Should I setup the test to be n of the same user/phone/uid or n of unique user/phone/uid?
How does Load Test work with recaptcha? Do I have to disable recaptcha? Will that affect the SMS auth?
What testing platform would you suggest?
Thanks!
Jonathan Matthew Beck