I am submitting my app to Google Play for review, and they require login credentials. My app has only phone authentication. Is there a way to provide user credentials for review? Thank you
You're going to want to provide more details around how folks login. If you need to send an SMS to login just search for online services for burner numbers if you need something active, otherwise you can just use a test number and manually verify in the auth tab on your project and make sure that you can login using the credentials you set
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...