Hi, when I try to use passwordRecovery it sayds I need to put a url. but I dont have one. Mine is a mobile app and not a web site.
You always will need to provide URL, as that URL will be sent the to the user email. Then, you'll need to implement a deep linking so this link will go inside your App and you'll fetch the data.
Come to think of it, it might be worth to have a variation of passwordRecovery that sends only reset code...
yes Thanks.
@Binyamin another question. I uploaded my app to playstore. It uses phone OTP for varification. In play console they want me to provide a link, that users can use to delete their data. What should I enter?
For that you should create a web page with simple form (you can use even google form) in which the user can ask to delete all is data and in the form you can state that you'll delete all the information with N days and will notify the user.
p.s. this is not a legal advice rather a way to just solve it.
understood. Thanks. But shouldn't appwrite provide a way to delete account?
Ohh just the delete action? Use the users SDK delete function.
okay let me try this
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...