Enable testing in production apps
We use phone numbers as our primary auth method. We often need to test new user experiences which requires us to create a new account with a real phone number or a test number.
There are two problems we run into:
1. A real phone number will be rate limited after multiple logins
2. Our workaround to (1) is to use test numbers. However, a cap of 10 test numbers is limiting our use case
We have a GenAI app that is highly personalized for each account. Thus, we often find we need to QA against more than 10 test numbers and scenarios before we can release our iOS app into the app store.
The proposed solutions would be to either:
1. Allow the ability to reset/control rate limits on phone numbers for admins
2. Make 10 test numbers a soft limit that can be increased by support